Skip to content

Commit 50d20b3

Browse files
committed
revert changes
1 parent d97f552 commit 50d20b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ helm-test: ## Template the charts.
297297
.PHONY: helm-build
298298
helm-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
313311
helm-list:

0 commit comments

Comments
 (0)