Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ data:
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://piraeus.io/helm-charts/{{ end }}'
tigera-operator: |
ChartName: tigera-operator
ChartVersion: v3.29.2
ChartVersion: v3.29.3
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://docs.tigera.io/calico/charts{{ end }}'
kind: ConfigMap
metadata:
Expand Down
2 changes: 1 addition & 1 deletion hack/addons/helm-chart-bundler/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ repositories:
repoURL: https://docs.tigera.io/calico/charts
charts:
tigera-operator:
- v3.29.2
- v3.29.3
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.29.2
export CALICO_VERSION := v3.29.3
export CILIUM_VERSION := 1.17.1
export NODE_FEATURE_DISCOVERY_VERSION := 0.17.2
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.46.3
Expand Down
Loading