File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates
hack/addons/helm-chart-bundler Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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
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.30.1
6161 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://docs.tigera.io/calico/charts{{ end }}'
6262kind : ConfigMap
6363metadata :
Original file line number Diff line number Diff 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.30.1
Original file line number Diff line number Diff line change 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.30.1
55export CILIUM_VERSION := 1.17.4
66export NODE_FEATURE_DISCOVERY_VERSION := 0.17.3
77export CLUSTER_AUTOSCALER_CHART_VERSION := 9.46.6
@@ -22,7 +22,7 @@ export NUTANIX_CCM_CHART_VERSION := 0.5.0
2222
2323export KUBE_VIP_VERSION := v0.9.1
2424
25- export METALLB_CHART_VERSION := 0.14.9
25+ export METALLB_CHART_VERSION := 0.15.2
2626
2727export COSI_CONTROLLER_VERSION := 0.0.1-alpha.5
2828
You can’t perform that action at this time.
0 commit comments