fix: move helm directory to root

This commit is contained in:
charlesgauthereau
2026-03-07 12:43:18 +01:00
parent 7ae7ea6f79
commit 96274206c5
8 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Package Helm chart
run: |
mkdir -p ./helm-packages
helm package docker/helm \
helm package helm \
--version ${{ inputs.version }} \
--app-version ${{ inputs.version }} \
--destination ./helm-packages