mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
Update 2 files
- /scripts/helm-push.sh - /templates/helm.tpl.yml
This commit is contained in:
parent
d425a7f16a
commit
01bf91aeee
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue