File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -297,8 +297,6 @@ helm-test: ## Template the charts.
297297.PHONY : helm-build
298298helm-build : # # Package helm charts.
299299 mkdir -p $(BUILD_DIR )
300- yq eval -i ' .clusterManager.image.tag = "${VERSION}"' deployment/charts/cluster-manager/values.yaml
301- yq eval -i ' .templateController.image.tag = "${VERSION}"' deployment/charts/cluster-manager/values.yaml
302300 for d in $( HELM_DIRS) ; do \
303301 yq eval -i ' .version = "${HELM_VERSION}"' $$ d/Chart.yaml; \
304302 yq eval -i ' .appVersion = "${VERSION}"' $$ d/Chart.yaml; \
@@ -307,7 +305,7 @@ helm-build: ## Package helm charts.
307305 helm package --app-version=${VERSION} --version=${HELM_VERSION} --debug -u $$ d -d $(BUILD_DIR ) ; \
308306 done
309307 # revert the temporary changes done in charts
310- git checkout deployment/charts/cluster-template-crd/Chart.yaml deployment/charts/cluster-manager/Chart.yaml deployment/charts/cluster-manager/values.yaml
308+ git checkout deployment/charts/cluster-template-crd/Chart.yaml deployment/charts/cluster-manager/Chart.yaml
311309
312310.PHONY : helm-list
313311helm-list :
You can’t perform that action at this time.
0 commit comments