diff --git a/.github/workflows/release-helm.yml b/.github/workflows/release-helm.yml index c3df4d3..34abc67 100644 --- a/.github/workflows/release-helm.yml +++ b/.github/workflows/release-helm.yml @@ -1,8 +1,9 @@ name: Release Helm Chart on: - release: - types: [created] + push: + paths: + - 'charts/argocd-vault-replacer-example-chart/Chart.yaml' jobs: release: diff --git a/charts/argocd-vault-replacer-example-chart/Chart.yaml b/charts/argocd-vault-replacer-example-chart/Chart.yaml index defe195..30a2a4f 100644 --- a/charts/argocd-vault-replacer-example-chart/Chart.yaml +++ b/charts/argocd-vault-replacer-example-chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: argocd-vault-replacer-example description: A Helm chart to demonstrate how argocd-vault-replacer can work with Helm type: application -version: 0.0.1 -appVersion: 0.0.1 \ No newline at end of file +version: 0.0.0 +appVersion: 0.0.0 \ No newline at end of file