Update 2 files
- /scripts/helm-push.sh - /templates/helm.tpl.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user