From 451b5e45a567db9642a7519bf9574786e7e83d4d Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Wed, 9 Dec 2020 00:47:37 -0300 Subject: [PATCH] Rollback chart-releaser action --- .github/workflows/helm.yaml | 2 +- charts/ingress-nginx/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index c8d84ff15..21b1ac7f6 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -50,6 +50,6 @@ jobs: git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.1.0 + uses: helm/chart-releaser-action@v1.0.0 env: CR_TOKEN: "${{ secrets.PERSONAL_TOKEN }}" diff --git a/charts/ingress-nginx/Chart.yaml b/charts/ingress-nginx/Chart.yaml index e9751e643..aaef28c42 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