From 214161f1498be8175d7cf46835c3654db036be32 Mon Sep 17 00:00:00 2001 From: Tim Collins Date: Thu, 18 Feb 2021 13:28:57 +0000 Subject: [PATCH] This might built the helmet. It probably won't --- .github/workflows/release-helm.yml | 5 +++-- charts/argocd-vault-replacer-example-chart/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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