mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
updates
This commit is contained in:
parent
3b6644120c
commit
1229f9d86a
5 changed files with 37 additions and 3 deletions
9
scripts/helm-package.sh
Normal file
9
scripts/helm-package.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
#%%MULTILINE_YAML_START
|
||||
#Helm Package
|
||||
|
||||
for chart in charts/*; do
|
||||
if [ -d "$chart" ]; then
|
||||
helm package "$chart" -d ./packages --version ${GITVERSION}
|
||||
fi
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue