Skip to content

Commit

Permalink
Fix parsing error for CCM tag
Browse files Browse the repository at this point in the history
If CCM tag is numerical, helm will parse it incorrectly.
helm/helm#1707 (comment)

Signed-off-by: Zhecheng Li <zhechengli@microsoft.com>
  • Loading branch information
lzhecheng committed Jun 16, 2022
1 parent 35d9a58 commit 5f9878b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci-entrypoint.sh
Expand Up @@ -185,8 +185,8 @@ if [[ -n "${TEST_CCM:-}" ]]; then
--set cloudNodeManager.imageRepository="${IMAGE_REGISTRY}" \
--set cloudControllerManager.imageName="${CCM_IMAGE_NAME}" \
--set cloudNodeManager.imageName="${CNM_IMAGE_NAME}" \
--set cloudControllerManager.imageTag="${IMAGE_TAG}" \
--set cloudNodeManager.imageTag="${IMAGE_TAG}" \
--set-string cloudControllerManager.imageTag="${IMAGE_TAG}" \
--set-string cloudNodeManager.imageTag="${IMAGE_TAG}" \
--set cloudControllerManager.replicas="${CCM_COUNT}"
fi

Expand Down

0 comments on commit 5f9878b

Please sign in to comment.