File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,12 @@ elif [ "$BUILD_TARGET" == "helm-project-operator" ]; then
35
35
# Prepare base chart for build
36
36
clean-old-charts " $CHART "
37
37
cp -rf " examples/${BUILD_TARGET} /${CHART} " build/charts/
38
-
38
+ CHART_DESTINATION= " ./build/charts/ ${CHART} - ${CHART_VERSION} .tgz "
39
39
# Update the chart placeholders
40
40
edit-chart " build/charts/${CHART} /Chart.yaml" " ${HELM_CHART_VERSION} " " ${HELM_IMAGE_TAG} "
41
41
package-chart " ./build/charts/${CHART} " ./build/charts
42
-
43
42
# Prepare chart for embedding location
44
- base64 -i " ./build/charts/ ${CHART} -0.0.0.tgz " > " pkg/chart/build/${CHART} .tgz.base64"
43
+ base64 -i $CHART_DESTINATION > " pkg/chart/build/${CHART} .tgz.base64"
45
44
fi
46
45
47
46
echo " Completed ${CHART} (ver: ${HELM_CHART_VERSION:- " n/a" } ) chart build process."
You can’t perform that action at this time.
0 commit comments