Skip to content

Commit ee90efe

Browse files
fixup! chore: move over the helm chart for the ui from the operator repo
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent 7224f9f commit ee90efe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ bundle: kustomize
131131
bundle-build:
132132
docker build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
133133

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-
140134
.PHONY: helm-install
141135
helm-install:
142136
helm upgrade --install --set image_tag=${IMAGE_TAG} ${RELEASE_NAME} helm-charts/move2kube/

0 commit comments

Comments
 (0)