diff --git a/.github/workflows/helm-releaser.yaml b/.github/workflows/helm-releaser.yaml index f5c5e04..2e084e6 100644 --- a/.github/workflows/helm-releaser.yaml +++ b/.github/workflows/helm-releaser.yaml @@ -22,15 +22,17 @@ jobs: - name: Configure Git run: | - git config user.name "${{ github.actor }}" - git config user.email "info@sredevops.cl" + git config user.name "$GITHUB_ACTOR" + git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm uses: azure/setup-helm@v3 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 with: - charts_dir: ./ghost-on-kubernetes + charts_dir: ghost-on-kubernetes env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/ghost-on-kubernetes/Chart.yaml b/ghost-on-kubernetes/Chart.yaml index 0c086f7..ec9fbfa 100644 --- a/ghost-on-kubernetes/Chart.yaml +++ b/ghost-on-kubernetes/Chart.yaml @@ -13,10 +13,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 1.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "5" +appVersion: "5.55.1" icon: https://ghost.org/images/logos/ghost-logo-orb.png