We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f29ca commit e2ac105Copy full SHA for e2ac105
release.sh
@@ -126,7 +126,7 @@ if ! [[ -z $(echo "${CHANGED_CHARTS}" | xargs) ]] && [[ ${#PUBLISH_CHARTS[@]} -g
126
## with the helm built-in function.
127
##
128
echo -e "\n\e[33m- Crafting Packages\e[0m"
129
- for CHART in "${EXISTING_CHARTS[@]}"; do
+ for CHART in "${PUBLISH_CHARTS[@]}"; do
130
echo -e "\n\e[32m-- Package: $CHART\e[0m"
131
helm package $CHART --dependency-update --destination ${CR_RELEASE_LOCATION}
132
done
0 commit comments