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 04fbb4d commit ac2350e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci-entrypoint.sh
Expand Up @@ -192,8 +192,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 ac2350e

Please sign in to comment.