Skip to content

Commit 94cbdbc

Browse files
fix: update cilium version to 1.18.6 [release/v0.41.x] (#1475)
# Backport This will backport the following commits from `main` to `release/v0.41.x`: - [fix: update cilium version to 1.18.6 (#1458)](#1458) <!--- Backport version: 10.2.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) Co-authored-by: kevinantonythomas <kevin.thomas@nutanix.com>
1 parent 1a005bd commit 94cbdbc

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
@@ -21,7 +21,7 @@ data:
2121
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://aws.github.io/eks-charts{{ end }}'
2222
cilium: |
2323
ChartName: cilium
24-
ChartVersion: 1.18.2
24+
ChartVersion: 1.18.6
2525
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://helm.cilium.io/{{ end }}'
2626
cluster-autoscaler: |
2727
ChartName: cluster-autoscaler

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories:
2525
repoURL: https://helm.cilium.io/
2626
charts:
2727
cilium:
28-
- 1.18.2
28+
- 1.18.6
2929
cluster-autoscaler:
3030
repoURL: https://kubernetes.github.io/autoscaler
3131
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.6
5-
export CILIUM_VERSION := 1.18.2
5+
export CILIUM_VERSION := 1.18.6
66
export NODE_FEATURE_DISCOVERY_VERSION := 0.18.1
77
export CLUSTER_AUTOSCALER_CHART_VERSION := 9.52.0
88
export AWS_EBS_CSI_CHART_VERSION := 2.51.0

0 commit comments

Comments
 (0)