Skip to content

Commit

Permalink
feat: Upgrade to Calico v3.28.0 (#688)
Browse files Browse the repository at this point in the history
Previous uninstallation bug is now fixed so can upgrade again.
  • Loading branch information
jimmidyson committed May 29, 2024
1 parent 33fe731 commit 05b0c80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ data:
RepositoryURL: https://nutanix.github.io/helm-releases/
tigera-operator: |
ChartName: tigera-operator
ChartVersion: v3.26.4
ChartVersion: v3.28.0
RepositoryURL: https://docs.tigera.io/calico/charts
kind: ConfigMap
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ helmCharts:
valuesFile: helm-values.yaml
includeCRDs: true
skipTests: true
skipHooks: true
namespace: tigera-operator

namespace: tigera-operator
2 changes: 1 addition & 1 deletion make/addons.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2023 Nutanix. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

export CALICO_VERSION := v3.26.4
export CALICO_VERSION := v3.28.0
export CILIUM_VERSION := 1.15.5
export NODE_FEATURE_DISCOVERY_VERSION := 0.15.2
export CLUSTER_AUTOSCALER_VERSION := 9.37.0
Expand Down

0 comments on commit 05b0c80

Please sign in to comment.