From d3752daeda483090983d30bb409bfae1e42caa80 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Fri, 24 May 2024 07:34:17 +0200 Subject: [PATCH] Update cloud-provider image which now uses scratch as base (#5933) Signed-off-by: Manuel Buil --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index 4af981a34f..519879adab 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -35,7 +35,7 @@ KUBERNETES_VERSION=${KUBERNETES_VERSION:-v1.30.1} KUBERNETES_IMAGE_TAG=${KUBERNETES_IMAGE_TAG:-v1.30.1-rke2r1-build20240515} ETCD_VERSION=${ETCD_VERSION:-v3.5.9-k3s1} PAUSE_VERSION=${PAUSE_VERSION:-3.6} -CCM_VERSION=${CCM_VERSION:-v1.29.3-build20240412} +CCM_VERSION=${CCM_VERSION:-v1.29.3-build20240515} if [ -d .git ]; then if [ -z "$GIT_TAG" ]; then