diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index 21b1ac7f6..2516d3b3a 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -42,6 +42,9 @@ jobs: - name: Checkout master uses: actions/checkout@v2 + with: + # Fetch entire history. Required for chart-releaser; see https://github.com/helm/chart-releaser-action/issues/13#issuecomment-602063896 + fetch-depth: 0 - name: Setup shell: bash @@ -50,6 +53,8 @@ jobs: git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.0.0 + uses: helm/chart-releaser-action@v1.1.0 env: CR_TOKEN: "${{ secrets.PERSONAL_TOKEN }}" + with: + charts_dir: charts diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index aaef28c42..e9751e643 100644 --- a/charts/ingress-nginx/Chart.yaml +++ b/charts/ingress-nginx/Chart.yaml @@ -21,4 +21,4 @@ annotations: # List of changes for the release in artifacthub.io # https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx?modal=changelog artifacthub.io/changes: | - - Fix 'maxmindLicenseKey' location in values.yaml + - Fix maxmindLicenseKey location in values.yaml