From 29552e24350a4b0c96fcdbe9cb0583995c4f1ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:57:42 +0000 Subject: [PATCH 1/2] chore(deps): bump randsw/kubeinfo in /helm-chart/kubeinfo-backend Bumps [randsw/kubeinfo](https://github.com/Randsw/kubeinfo) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/Randsw/kubeinfo/releases) - [Changelog](https://github.com/Randsw/kubeinfo/blob/main/CHANGELOG.md) - [Commits](https://github.com/Randsw/kubeinfo/compare/1.0.3...1.0.4) --- updated-dependencies: - dependency-name: randsw/kubeinfo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- helm-chart/kubeinfo-backend/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/kubeinfo-backend/values.yaml b/helm-chart/kubeinfo-backend/values.yaml index 15778cf..daf9c61 100644 --- a/helm-chart/kubeinfo-backend/values.yaml +++ b/helm-chart/kubeinfo-backend/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/randsw/kubeinfo pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.0.3" + tag: "1.0.4" imagePullSecrets: [] nameOverride: "" From d4f19be4ab4830def1d49f8b5d80ad49d022e4ae Mon Sep 17 00:00:00 2001 From: Randsw Date: Thu, 26 Oct 2023 13:24:33 +0300 Subject: [PATCH 2/2] ci: Chart release only on push. Remove TOKEN from checkout. see - https://github.com/actions/checkout/issues/298 --- .github/workflows/helm-chart-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-chart-test.yaml b/.github/workflows/helm-chart-test.yaml index da5672f..d83f78b 100644 --- a/.github/workflows/helm-chart-test.yaml +++ b/.github/workflows/helm-chart-test.yaml @@ -22,7 +22,6 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.SEMANTIC_TOKEN }} - name: Set up Helm uses: azure/setup-helm@v3 @@ -57,6 +56,7 @@ jobs: if: steps.changed-files-helm-chart.outputs.helm_any_changed == 'true' Release: + if: ${{ github.event_name == 'push' }} runs-on: ubuntu-latest needs: Lint-test steps: