From 02389c41a13596bd135bf9de4c93d711dc8f51f1 Mon Sep 17 00:00:00 2001 From: Stephan Butler Date: Fri, 19 Jun 2026 13:00:47 +0200 Subject: [PATCH] ci: publishing helm will now correctly include archives --- .github/workflows/helm-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index b8343fe45..88e2eeccf 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -60,6 +60,7 @@ jobs: cd charts-branch git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git add . + git add -f *.tgz + git add index.yaml git diff --cached --quiet || git commit -m "chore: publish helm charts" git push