Update 4 files

- /scripts/version-number.sh
- /scripts/helm-package.sh
- /scripts/docker-build.sh
- /templates/build-container.tpl.yml
This commit is contained in:
2023-04-09 20:08:02 +00:00
parent 084365f985
commit 0060b532f6
4 changed files with 27 additions and 3 deletions

View File

@@ -4,6 +4,6 @@
for chart in charts/*; do
if [ -d "$chart" ]; then
helm package "$chart" -d ./packages --version ${GITVERSION}
helm package "$chart" -d ./packages --version ${VERSION}
fi
done