Skip to content

Commit f1bbf93

Browse files
fix(deps): Update CCM version in templates and test (#496)
Update CCM version to v0.5.0
1 parent f731315 commit f1bbf93

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CNI_PATH_CILIUM ?= "${E2E_DIR}/data/cni/cilium/cilium.yaml"
5151
CNI_PATH_CILIUM_NO_KUBEPROXY ?= "${E2E_DIR}/data/cni/cilium/cilium-no-kubeproxy.yaml"
5252
CNI_PATH_FLANNEL ?= "${E2E_DIR}/data/cni/flannel/flannel.yaml"
5353
CNI_PATH_KINDNET ?= "${E2E_DIR}/data/cni/kindnet/kindnet.yaml"
54-
CCM_VERSION ?= v0.4.1
54+
CCM_VERSION ?= v0.5.0
5555

5656
# CRD_OPTIONS define options to add to the CONTROLLER_GEN
5757
CRD_OPTIONS ?= "crd:crdVersions=v1"

templates/ccm/nutanix-ccm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ spec:
189189
key: node.kubernetes.io/not-ready
190190
operator: Exists
191191
containers:
192-
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
192+
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
193193
imagePullPolicy: IfNotPresent
194194
name: nutanix-cloud-controller-manager
195195
env:

templates/cluster-template-csi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ data:
200200
key: node.kubernetes.io/not-ready
201201
operator: Exists
202202
containers:
203-
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
203+
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
204204
imagePullPolicy: IfNotPresent
205205
name: nutanix-cloud-controller-manager
206206
env:

templates/cluster-template-csi3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ data:
200200
key: node.kubernetes.io/not-ready
201201
operator: Exists
202202
containers:
203-
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
203+
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
204204
imagePullPolicy: IfNotPresent
205205
name: nutanix-cloud-controller-manager
206206
env:

templates/cluster-template-topology.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ data:
199199
key: node.kubernetes.io/not-ready
200200
operator: Exists
201201
containers:
202-
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
202+
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
203203
imagePullPolicy: IfNotPresent
204204
name: nutanix-cloud-controller-manager
205205
env:

templates/cluster-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ data:
200200
key: node.kubernetes.io/not-ready
201201
operator: Exists
202202
containers:
203-
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
203+
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
204204
imagePullPolicy: IfNotPresent
205205
name: nutanix-cloud-controller-manager
206206
env:

test/e2e/data/infrastructure-nutanix/ccm-update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ data:
192192
key: node.kubernetes.io/not-ready
193193
operator: Exists
194194
containers:
195-
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.4.1}"
195+
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
196196
imagePullPolicy: IfNotPresent
197197
name: nutanix-cloud-controller-manager
198198
env:

0 commit comments

Comments
 (0)