Skip to content

Commit 05b0c80

Browse files
authored
feat: Upgrade to Calico v3.28.0 (#688)
Previous uninstallation bug is now fixed so can upgrade again.
1 parent 33fe731 commit 05b0c80

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/cni/calico/manifests/tigera-operator-configmap.yaml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data:
3737
RepositoryURL: https://nutanix.github.io/helm-releases/
3838
tigera-operator: |
3939
ChartName: tigera-operator
40-
ChartVersion: v3.26.4
40+
ChartVersion: v3.28.0
4141
RepositoryURL: https://docs.tigera.io/calico/charts
4242
kind: ConfigMap
4343
metadata:

hack/addons/kustomize/tigera-operator/kustomization.yaml.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ helmCharts:
2121
valuesFile: helm-values.yaml
2222
includeCRDs: true
2323
skipTests: true
24+
skipHooks: true
2425
namespace: tigera-operator
2526

2627
namespace: tigera-operator

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright 2023 Nutanix. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
export CALICO_VERSION := v3.26.4
4+
export CALICO_VERSION := v3.28.0
55
export CILIUM_VERSION := 1.15.5
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.15.2
77
export CLUSTER_AUTOSCALER_VERSION := 9.37.0

0 commit comments

Comments
 (0)