Skip to content

Commit 7a36e22

Browse files
authored
feat: Upgrade to Calico v3.28.1 (#890)
**What problem does this PR solve?**: Backport of #878. Upstream fixes include a performance regression with Linux kernel 5.4.x. Do not merge for now. **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 58e707c commit 7a36e22

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -49,7 +49,7 @@ data:
4949
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://piraeus.io/helm-charts/{{ end }}
5050
tigera-operator: |
5151
ChartName: tigera-operator
52-
ChartVersion: v3.28.0
52+
ChartVersion: v3.28.1
5353
RepositoryURL: {{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://docs.tigera.io/calico/charts{{ end }}
5454
kind: ConfigMap
5555
metadata:

hack/addons/mindthegap-helm-registry/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ repositories:
6060
repoURL: https://docs.tigera.io/calico/charts
6161
charts:
6262
tigera-operator:
63-
- v3.28.0
63+
- v3.28.1

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.28.0
4+
export CALICO_VERSION := v3.28.1
55
export CILIUM_VERSION := 1.15.6
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.16.1
77
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.37.0

0 commit comments

Comments
 (0)