Skip to content

Commit f0048d0

Browse files
authored
feat: update addons (#1168)
**What problem does this PR solve?**: Updating addons to latest released versions. **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 7de11f1 commit f0048d0

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data:
3737
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://charts.containeroo.ch{{ end }}'
3838
metallb: |
3939
ChartName: metallb
40-
ChartVersion: 0.14.9
40+
ChartVersion: 0.15.2
4141
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://metallb.github.io/metallb{{ end }}'
4242
nfd: |
4343
ChartName: node-feature-discovery
@@ -57,7 +57,7 @@ data:
5757
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://piraeus.io/helm-charts/{{ end }}'
5858
tigera-operator: |
5959
ChartName: tigera-operator
60-
ChartVersion: v3.29.3
60+
ChartVersion: v3.29.4
6161
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://docs.tigera.io/calico/charts{{ end }}'
6262
kind: ConfigMap
6363
metadata:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repositories:
4545
repoURL: https://metallb.github.io/metallb
4646
charts:
4747
metallb:
48-
- 0.14.9
48+
- 0.15.2
4949
node-feature-discovery:
5050
repoURL: https://kubernetes-sigs.github.io/node-feature-discovery/charts
5151
charts:
@@ -70,4 +70,4 @@ repositories:
7070
repoURL: https://docs.tigera.io/calico/charts
7171
charts:
7272
tigera-operator:
73-
- v3.29.3
73+
- v3.29.4

make/addons.mk

Lines changed: 2 additions & 2 deletions
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.3
4+
export CALICO_VERSION := v3.29.4
55
export CILIUM_VERSION := 1.17.4
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.17.3
77
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.46.6
@@ -22,7 +22,7 @@ export NUTANIX_CCM_CHART_VERSION := 0.5.0
2222

2323
export KUBE_VIP_VERSION := v0.9.1
2424

25-
export METALLB_CHART_VERSION := 0.14.9
25+
export METALLB_CHART_VERSION := 0.15.2
2626

2727
export COSI_CONTROLLER_VERSION := 0.0.1-alpha.5
2828

0 commit comments

Comments
 (0)