chore: add version

This commit is contained in:
Tommy 2025-03-15 09:40:33 +01:00
parent 8b3225963e
commit 508672f3a6
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc
2 changed files with 2 additions and 1 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Extract Chart Version
run: |
CHART_VERSION=$(yq -r .appVersion "chart/Chart.yaml")
CHART_VERSION=$(yq -r .appVersion "ci/metadata.yaml")
echo "CHART_VERSION=${CHART_VERSION}" >> $GITHUB_ENV
- name: Build and push

1
ci/metadata.yaml Normal file
View file

@ -0,0 +1 @@
appVersion: v0.1.0