We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df052e3 commit 170f707Copy full SHA for 170f707
Makefile
@@ -133,4 +133,4 @@ bundle-build:
133
134
.PHONY: helm-install
135
helm-install:
136
- helm upgrade --install --set image_tag=${IMAGE_TAG} ${RELEASE_NAME} helm-charts/move2kube/
+ helm upgrade --install --set deployment.api.imageTag="${IMAGE_TAG}" ${RELEASE_NAME} helm-charts/move2kube/
0 commit comments