mirror of https://git.rancher.io/rke2-charts
cilium: Update to 1.9.6
This change updates the Cilium version from 1.9.4 to 1.9.6. This release updates Envoy to 1.17.2 to address CVE-2021-28682, CVE-2021-28683 and CVE-2021-29258. Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>pull/70/head
parent
0b7a4647af
commit
e2952f85f1
|
@ -1,5 +1,5 @@
|
||||||
url: https://helm.cilium.io/cilium-1.9.4.tgz
|
url: https://helm.cilium.io/cilium-1.9.6.tgz
|
||||||
packageVersion: 01
|
packageVersion: 02
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
# This package is meant to be consumed as a subchart of another package,
|
# This package is meant to be consumed as a subchart of another package,
|
||||||
# not directly.
|
# not directly.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: rke2-cilium
|
name: rke2-cilium
|
||||||
description: eBPF-based Networking, Security, and Observability
|
description: eBPF-based Networking, Security, and Observability
|
||||||
version: 1.9.4
|
version: 1.9.6
|
||||||
kubeVersion: '>= 1.12.0-0'
|
kubeVersion: '>= 1.12.0-0'
|
||||||
home: https://cilium.io/
|
home: https://cilium.io/
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -6,11 +6,11 @@ cilium:
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
image:
|
image:
|
||||||
repository: rancher/mirrored-cilium-cilium
|
repository: rancher/mirrored-cilium-cilium
|
||||||
tag: v1.9.4
|
tag: v1.9.6
|
||||||
operator:
|
operator:
|
||||||
image:
|
image:
|
||||||
repository: rancher/mirrored-cilium-operator
|
repository: rancher/mirrored-cilium-operator
|
||||||
tag: v1.9.4
|
tag: v1.9.6
|
||||||
nodeinit:
|
nodeinit:
|
||||||
image:
|
image:
|
||||||
repository: rancher/mirrored-cilium-startup-script
|
repository: rancher/mirrored-cilium-startup-script
|
||||||
|
@ -20,7 +20,7 @@ cilium:
|
||||||
enabled: false
|
enabled: false
|
||||||
image:
|
image:
|
||||||
repository: rancher/mirrored-cilium-cilium
|
repository: rancher/mirrored-cilium-cilium
|
||||||
tag: v1.9.4
|
tag: v1.9.6
|
||||||
|
|
||||||
#
|
#
|
||||||
# Enable Azure integration.
|
# Enable Azure integration.
|
||||||
|
|
Loading…
Reference in New Issue