mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
ci: render
Rendered by https://gitlab.com/developerdurp/yml/-/pipelines/973570173
This commit is contained in:
parent
01bf91aeee
commit
2251a3ff34
1 changed files with 5 additions and 5 deletions
|
|
@ -18,12 +18,12 @@
|
||||||
.helm-push:
|
.helm-push:
|
||||||
image: dtzar/helm-kubectl
|
image: dtzar/helm-kubectl
|
||||||
script:
|
script:
|
||||||
# Begin of helm-login.sh
|
# Begin of helm-addrepo.sh
|
||||||
- |
|
- |
|
||||||
#Helm login
|
#Helm repo add
|
||||||
helm registry login ${CI_REGISTRY} -u gitlab-ci-token -p ${CI_JOB_TOKEN}
|
helm repo add --username gitlab-ci-token --password ${CI_JOB_TOKEN} ${CI_PROJECT_NAME} ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable
|
||||||
# End of helm-login.sh
|
# End of helm-addrepo.sh
|
||||||
|
|
||||||
# Begin of helm-push.sh
|
# Begin of helm-push.sh
|
||||||
- "#Helm Push \n \nfor chart in packages/*; do\n helm push ./$chart oci://$CI_REGISTRY/$CI_PROJECT_PATH\ndone\n"
|
- "#Helm Push \n \nhelm plugin install https://github.com/chartmuseum/helm-push\nfor chart in packages/*; do\n helm cm-push ./$chart ${CI_PROJECT_NAME}\ndone\n"
|
||||||
# End of helm-push.sh
|
# End of helm-push.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue