Skip to content

Commit

Permalink
fix(deps): Update CCM version in templates and test (#496)
Browse files Browse the repository at this point in the history
Update CCM version to v0.5.0
  • Loading branch information
thunderboltsid authored Jan 16, 2025
1 parent f731315 commit f1bbf93
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ CNI_PATH_CILIUM ?= "${E2E_DIR}/data/cni/cilium/cilium.yaml"
CNI_PATH_CILIUM_NO_KUBEPROXY ?= "${E2E_DIR}/data/cni/cilium/cilium-no-kubeproxy.yaml"
CNI_PATH_FLANNEL ?= "${E2E_DIR}/data/cni/flannel/flannel.yaml"
CNI_PATH_KINDNET ?= "${E2E_DIR}/data/cni/kindnet/kindnet.yaml"
CCM_VERSION ?= v0.4.1
CCM_VERSION ?= v0.5.0

# CRD_OPTIONS define options to add to the CONTROLLER_GEN
CRD_OPTIONS ?= "crd:crdVersions=v1"
Expand Down
2 changes: 1 addition & 1 deletion templates/ccm/nutanix-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,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.4.1}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,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.4.1}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-csi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,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.4.1}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template-topology.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,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.4.1}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,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.4.1}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/data/infrastructure-nutanix/ccm-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,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.4.1}"
- image: "${CCM_REPO=ghcr.io/nutanix-cloud-native/cloud-provider-nutanix/controller}:${CCM_TAG=v0.5.0}"
imagePullPolicy: IfNotPresent
name: nutanix-cloud-controller-manager
env:
Expand Down

0 comments on commit f1bbf93

Please sign in to comment.