File tree 7 files changed +7
-7
lines changed
test/e2e/data/infrastructure-nutanix 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ CNI_PATH_CILIUM ?= "${E2E_DIR}/data/cni/cilium/cilium.yaml"
51
51
CNI_PATH_CILIUM_NO_KUBEPROXY ?= "${E2E_DIR}/data/cni/cilium/cilium-no-kubeproxy.yaml"
52
52
CNI_PATH_FLANNEL ?= "${E2E_DIR}/data/cni/flannel/flannel.yaml"
53
53
CNI_PATH_KINDNET ?= "${E2E_DIR}/data/cni/kindnet/kindnet.yaml"
54
- CCM_VERSION ?= v0.4.1
54
+ CCM_VERSION ?= v0.5.0
55
55
56
56
# CRD_OPTIONS define options to add to the CONTROLLER_GEN
57
57
CRD_OPTIONS ?= "crd:crdVersions=v1"
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ spec:
189
189
key : node.kubernetes.io/not-ready
190
190
operator : Exists
191
191
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 }"
193
193
imagePullPolicy : IfNotPresent
194
194
name : nutanix-cloud-controller-manager
195
195
env :
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ data:
200
200
key: node.kubernetes.io/not-ready
201
201
operator: Exists
202
202
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 }"
204
204
imagePullPolicy: IfNotPresent
205
205
name: nutanix-cloud-controller-manager
206
206
env:
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ data:
200
200
key: node.kubernetes.io/not-ready
201
201
operator: Exists
202
202
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 }"
204
204
imagePullPolicy: IfNotPresent
205
205
name: nutanix-cloud-controller-manager
206
206
env:
Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ data:
199
199
key: node.kubernetes.io/not-ready
200
200
operator: Exists
201
201
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 }"
203
203
imagePullPolicy: IfNotPresent
204
204
name: nutanix-cloud-controller-manager
205
205
env:
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ data:
200
200
key: node.kubernetes.io/not-ready
201
201
operator: Exists
202
202
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 }"
204
204
imagePullPolicy: IfNotPresent
205
205
name: nutanix-cloud-controller-manager
206
206
env:
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ data:
192
192
key: node.kubernetes.io/not-ready
193
193
operator: Exists
194
194
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 }"
196
196
imagePullPolicy: IfNotPresent
197
197
name: nutanix-cloud-controller-manager
198
198
env:
You can’t perform that action at this time.
0 commit comments