File tree 4 files changed +4
-4
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates
hack/addons/helm-chart-bundler
4 files changed +4
-4
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 17
17
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/aws-ebs-csi-driver{{ end }}'
18
18
cilium : |
19
19
ChartName: cilium
20
- ChartVersion: 1.16.4
20
+ ChartVersion: 1.16.7
21
21
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://helm.cilium.io/{{ end }}'
22
22
cluster-autoscaler : |
23
23
ChartName: cluster-autoscaler
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories:
20
20
repoURL : https://helm.cilium.io/
21
21
charts :
22
22
cilium :
23
- - 1.16.4
23
+ - 1.16.7
24
24
cluster-autoscaler :
25
25
repoURL : https://kubernetes.github.io/autoscaler
26
26
charts :
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
export CALICO_VERSION := v3.29.1
5
- export CILIUM_VERSION := 1.16.4
5
+ export CILIUM_VERSION := 1.16.7
6
6
export NODE_FEATURE_DISCOVERY_VERSION := 0.16.6
7
7
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.43.2
8
8
export AWS_EBS_CSI_CHART_VERSION := 2.37.0
You can’t perform that action at this time.
0 commit comments