Skip to content

Commit fd157ae

Browse files
authored
feat: update Calico to v3.29.3 (#1101)
**What problem does this PR solve?**: Updates Calico to latest patch release. This also aligns the version with the downstream project. **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 e2dbeb8 commit fd157ae

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
@@ -53,7 +53,7 @@ data:
5353
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://piraeus.io/helm-charts/{{ end }}'
5454
tigera-operator: |
5555
ChartName: tigera-operator
56-
ChartVersion: v3.29.2
56+
ChartVersion: v3.29.3
5757
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://docs.tigera.io/calico/charts{{ end }}'
5858
kind: ConfigMap
5959
metadata:

hack/addons/helm-chart-bundler/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ repositories:
6565
repoURL: https://docs.tigera.io/calico/charts
6666
charts:
6767
tigera-operator:
68-
- v3.29.2
68+
- v3.29.3

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.29.2
4+
export CALICO_VERSION := v3.29.3
55
export CILIUM_VERSION := 1.17.1
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.17.2
77
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.46.3

0 commit comments

Comments
 (0)