Skip to content

Commit fa6a3fe

Browse files
committed
fix: update Cilium version to 1.16.7
Fixes cilium/cilium#37086
1 parent b69eb34 commit fa6a3fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/cni/cilium/manifests/cilium-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
@@ -17,7 +17,7 @@ data:
1717
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes-sigs.github.io/aws-ebs-csi-driver{{ end }}'
1818
cilium: |
1919
ChartName: cilium
20-
ChartVersion: 1.16.4
20+
ChartVersion: 1.16.7
2121
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://helm.cilium.io/{{ end }}'
2222
cluster-autoscaler: |
2323
ChartName: cluster-autoscaler

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories:
2020
repoURL: https://helm.cilium.io/
2121
charts:
2222
cilium:
23-
- 1.16.4
23+
- 1.16.7
2424
cluster-autoscaler:
2525
repoURL: https://kubernetes.github.io/autoscaler
2626
charts:

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
export CALICO_VERSION := v3.29.1
5-
export CILIUM_VERSION := 1.16.4
5+
export CILIUM_VERSION := 1.16.7
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.16.6
77
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.43.2
88
export AWS_EBS_CSI_CHART_VERSION := 2.37.0

0 commit comments

Comments
 (0)