We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7224f9f commit ee90efeCopy full SHA for ee90efe
Makefile
@@ -131,12 +131,6 @@ bundle: kustomize
131
bundle-build:
132
docker build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
133
134
-.PHONY: prepare-for-release
135
-prepare-for-release:
136
- mv helm-charts/move2kube/Chart.yaml old
137
- cat old | sed -E s/version:\ v0.1.0-unreleased/version:\ ${IMAGE_TAG}/ | sed -E s/appVersion:\ latest/appVersion:\ ${IMAGE_TAG}/ > helm-charts/move2kube/Chart.yaml
138
- rm old
139
-
140
.PHONY: helm-install
141
helm-install:
142
helm upgrade --install --set image_tag=${IMAGE_TAG} ${RELEASE_NAME} helm-charts/move2kube/
0 commit comments