mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-08 00:11:24 -05:00
updates
This commit is contained in:
parent
3b6644120c
commit
1229f9d86a
5 changed files with 37 additions and 3 deletions
8
scripts/helm-push.sh
Normal file
8
scripts/helm-push.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#Helm Push
|
||||
|
||||
helm plugin install https://github.com/chartmuseum/helm-push
|
||||
for chart in packages/*; do
|
||||
helm cm-push ./$chart ${CI_PROJECT_NAME}
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue