updates
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user