Update 2 files
- /scripts/helm-push.sh - /templates/helm.tpl.yml
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
.helm-push:
|
||||
image: dtzar/helm-kubectl
|
||||
script:
|
||||
- ./scripts/helm-login.sh
|
||||
- ./scripts/helm-addrepo.sh
|
||||
- ./scripts/helm-push.sh
|
||||
|
||||
Reference in New Issue
Block a user