From 120a46dfa25cff8a8b2954d9f4eca1786d1ba144 Mon Sep 17 00:00:00 2001 From: Sid Shukla Date: Thu, 11 Jan 2024 15:35:01 +0100 Subject: [PATCH] Bump up default version of CCM to v0.3.2 (#359) v0.3.2 is the last version of CCM that will adhere to a static version strategy. Going forward we will have a CCM version per kubernetes version. --- scripts/ccm_nutanix_update.sh | 2 +- templates/base/nutanix-ccm.yaml | 2 +- templates/cluster-template-csi.yaml | 2 +- templates/cluster-template.yaml | 2 +- test/e2e/data/infrastructure-nutanix/ccm-update.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/ccm_nutanix_update.sh b/scripts/ccm_nutanix_update.sh index bfb18bf297..edb1b490c5 100755 --- a/scripts/ccm_nutanix_update.sh +++ b/scripts/ccm_nutanix_update.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -NUTANIX_CCM_VERSION=0.3.1 +NUTANIX_CCM_VERSION=0.3.2 NUTANIX_CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller helm repo add nutanix https://nutanix.github.io/helm/ --force-update && helm repo update diff --git a/templates/base/nutanix-ccm.yaml b/templates/base/nutanix-ccm.yaml index 0b9833339e..2ef443ae5d 100644 --- a/templates/base/nutanix-ccm.yaml +++ b/templates/base/nutanix-ccm.yaml @@ -186,7 +186,7 @@ spec: key: node.kubernetes.io/not-ready operator: Exists containers: - - image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.1}" + - image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.2}" imagePullPolicy: IfNotPresent name: nutanix-cloud-controller-manager env: diff --git a/templates/cluster-template-csi.yaml b/templates/cluster-template-csi.yaml index 1cd5b6eb12..6163807ccc 100644 --- a/templates/cluster-template-csi.yaml +++ b/templates/cluster-template-csi.yaml @@ -197,7 +197,7 @@ data: key: node.kubernetes.io/not-ready operator: Exists containers: - - image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.1}" + - image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.2}" imagePullPolicy: IfNotPresent name: nutanix-cloud-controller-manager env: diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index d40bcafb75..c83529564d 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -197,7 +197,7 @@ data: key: node.kubernetes.io/not-ready operator: Exists containers: - - image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.1}" + - image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.2}" imagePullPolicy: IfNotPresent name: nutanix-cloud-controller-manager env: diff --git a/test/e2e/data/infrastructure-nutanix/ccm-update.yaml b/test/e2e/data/infrastructure-nutanix/ccm-update.yaml index 598e5557f4..f2ca3745b3 100644 --- a/test/e2e/data/infrastructure-nutanix/ccm-update.yaml +++ b/test/e2e/data/infrastructure-nutanix/ccm-update.yaml @@ -189,7 +189,7 @@ data: key: node.kubernetes.io/not-ready operator: Exists containers: - - image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.1}" + - image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.3.2}" imagePullPolicy: IfNotPresent name: nutanix-cloud-controller-manager env: