Skip to content

Commit

Permalink
fix initTag helm variable in e2e scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
smritidahal653 committed Aug 14, 2024
1 parent 35b362c commit 65a871e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/e2e/aks-addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ helm install \
--set "image.name=${IMG_REPO}" \
--set "initImage.repository=${IMG_URL}" \
--set "initImage.name=${INIT_IMG_REPO}" \
--set "initImage.tag=${INIT_IMG_TAG}" \
--set "initImage.initTag=${INIT_IMG_TAG}" \
--set "nodeName=${TEST_WINDOWS_NODE_NAME}" \
--set "providers.azure.masterUri=$MASTER_URI" \
--set "providers.azure.managedIdentityID=$ACI_USER_IDENTITY" \
Expand Down
2 changes: 1 addition & 1 deletion hack/e2e/aks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ helm install \
--set "image.tag=${IMG_TAG}" \
--set "initImage.repository=${IMG_URL}" \
--set "initImage.name=${INIT_IMG_REPO}" \
--set "initImage.tag=${INIT_IMG_TAG}" \
--set "initImage.initTag=${INIT_IMG_TAG}" \
--set "nodeName=${TEST_WINDOWS_NODE_NAME}" \
--set "providers.azure.masterUri=$MASTER_URI" \
"$WIN_CHART_NAME" \
Expand Down

0 comments on commit 65a871e

Please sign in to comment.