Skip to content

Commit e2ac105

Browse files
committed
Correct Variable
1 parent 20f29ca commit e2ac105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ if ! [[ -z $(echo "${CHANGED_CHARTS}" | xargs) ]] && [[ ${#PUBLISH_CHARTS[@]} -g
126126
## with the helm built-in function.
127127
##
128128
echo -e "\n\e[33m- Crafting Packages\e[0m"
129-
for CHART in "${EXISTING_CHARTS[@]}"; do
129+
for CHART in "${PUBLISH_CHARTS[@]}"; do
130130
echo -e "\n\e[32m-- Package: $CHART\e[0m"
131131
helm package $CHART --dependency-update --destination ${CR_RELEASE_LOCATION}
132132
done

0 commit comments

Comments
 (0)