Skip to content

Commit

Permalink
Merge pull request #2390 from lzhecheng/fix-install-ccm-int-tag
Browse files Browse the repository at this point in the history
Fix parsing error for CCM tag
  • Loading branch information
k8s-ci-robot committed Jun 16, 2022
2 parents 35d9a58 + 5f9878b commit 336e9bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci-entrypoint.sh
Original file line number Diff line number Diff line change
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 336e9bc

Please sign in to comment.