Update 2 files

- /scripts/helm-push.sh
- /templates/helm.tpl.yml
This commit is contained in:
2023-08-20 13:47:30 +00:00
parent d425a7f16a
commit 01bf91aeee
2 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
#%%MULTILINE_YAML_START
#Helm Push
helm plugin install https://github.com/chartmuseum/helm-push
for chart in packages/*; do
helm push ./$chart oci://$CI_REGISTRY/$CI_PROJECT_PATH
done
helm cm-push ./$chart ${CI_PROJECT_NAME}
done

View File

@@ -10,5 +10,5 @@
.helm-push:
image: dtzar/helm-kubectl
script:
- ./scripts/helm-login.sh
- ./scripts/helm-addrepo.sh
- ./scripts/helm-push.sh