From eb176b6a47c650b9db04747dfd5c2e40ec73935d Mon Sep 17 00:00:00 2001 From: Karsten Jeschkies Date: Wed, 23 Nov 2022 18:48:45 +0100 Subject: [PATCH] Only release Helm Chart when version changed. (#7747) **What this PR does / why we need it**: The Helm Chart release often breaks when changes missed to update the Helm Chart version. There is also often a conflict in the version. This solution proposes to check the `Chart.yaml` for changes. --- .github/workflows/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 8186cfa078..ef5baa666e 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -5,7 +5,7 @@ on: branches: - main paths: - - 'production/helm/**' + - 'production/helm/loki/Chart.yaml' jobs: call-update-helm-repo: