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
|
||||
packageVersion: 01
|
||||
url: https://helm.cilium.io/cilium-1.9.6.tgz
|
||||
packageVersion: 02
|
||||
releaseCandidateVersion: 00
|
||||
# This package is meant to be consumed as a subchart of another package,
|
||||
# not directly.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
name: rke2-cilium
|
||||
description: eBPF-based Networking, Security, and Observability
|
||||
version: 1.9.4
|
||||
version: 1.9.6
|
||||
kubeVersion: '>= 1.12.0-0'
|
||||
home: https://cilium.io/
|
||||
keywords:
|
||||
|
|
|
@ -6,11 +6,11 @@ cilium:
|
|||
imagePullSecrets: []
|
||||
image:
|
||||
repository: rancher/mirrored-cilium-cilium
|
||||
tag: v1.9.4
|
||||
tag: v1.9.6
|
||||
operator:
|
||||
image:
|
||||
repository: rancher/mirrored-cilium-operator
|
||||
tag: v1.9.4
|
||||
tag: v1.9.6
|
||||
nodeinit:
|
||||
image:
|
||||
repository: rancher/mirrored-cilium-startup-script
|
||||
|
@ -20,7 +20,7 @@ cilium:
|
|||
enabled: false
|
||||
image:
|
||||
repository: rancher/mirrored-cilium-cilium
|
||||
tag: v1.9.4
|
||||
tag: v1.9.6
|
||||
|
||||
#
|
||||
# Enable Azure integration.
|
||||
|
|
Loading…
Reference in New Issue