Skip to content

Commit 170f707

Browse files
fix: update the helm install command to suite the new Helm chart (#57)
Signed-off-by: Harikrishnan Balagopal <[email protected]>
1 parent df052e3 commit 170f707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ bundle-build:
133133

134134
.PHONY: helm-install
135135
helm-install:
136-
helm upgrade --install --set image_tag=${IMAGE_TAG} ${RELEASE_NAME} helm-charts/move2kube/
136+
helm upgrade --install --set deployment.api.imageTag="${IMAGE_TAG}" ${RELEASE_NAME} helm-charts/move2kube/

0 commit comments

Comments
 (0)