mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 08:21:20 -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
|
#%%MULTILINE_YAML_START
|
||||||
#Helm Push
|
#Helm Push
|
||||||
|
|
||||||
|
helm plugin install https://github.com/chartmuseum/helm-push
|
||||||
for chart in packages/*; do
|
for chart in packages/*; do
|
||||||
helm push ./$chart oci://$CI_REGISTRY/$CI_PROJECT_PATH
|
helm cm-push ./$chart ${CI_PROJECT_NAME}
|
||||||
done
|
done
|
||||||
|
|
@ -10,5 +10,5 @@
|
||||||
.helm-push:
|
.helm-push:
|
||||||
image: dtzar/helm-kubectl
|
image: dtzar/helm-kubectl
|
||||||
script:
|
script:
|
||||||
- ./scripts/helm-login.sh
|
- ./scripts/helm-addrepo.sh
|
||||||
- ./scripts/helm-push.sh
|
- ./scripts/helm-push.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue