mirror of https://git.rancher.io/rke2-charts
cilium: Update to 1.9.8
Update Cilium from 1.9.6 to 1.9.8. Changelogs of the last two releases: * https://github.com/cilium/cilium/releases/tag/v1.9.8 * https://github.com/cilium/cilium/releases/tag/v1.9.7 Ref: rancher/rke2#1099 Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>pull/100/head
parent
56d0694c49
commit
81286de9e5
|
@ -1,6 +1,6 @@
|
||||||
--- charts-original/values.yaml
|
--- charts-original/values.yaml
|
||||||
+++ charts/values.yaml
|
+++ charts/values.yaml
|
||||||
@@ -1320,6 +1320,8 @@
|
@@ -1325,6 +1325,8 @@
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
key: node-role.kubernetes.io/master
|
key: node-role.kubernetes.io/master
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
url: https://helm.cilium.io/cilium-1.9.6.tgz
|
url: https://helm.cilium.io/cilium-1.9.8.tgz
|
||||||
packageVersion: 06
|
packageVersion: 07
|
||||||
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.6
|
version: 1.9.8
|
||||||
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.6
|
tag: v1.9.8
|
||||||
operator:
|
operator:
|
||||||
image:
|
image:
|
||||||
repository: rancher/mirrored-cilium-operator
|
repository: rancher/mirrored-cilium-operator
|
||||||
tag: v1.9.6
|
tag: v1.9.8
|
||||||
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.6
|
tag: v1.9.8
|
||||||
|
|
||||||
#
|
#
|
||||||
# Enable Azure integration.
|
# Enable Azure integration.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
url: local
|
url: local
|
||||||
packageVersion: 07
|
packageVersion: 08
|
||||||
releaseCandidateVersion: 00
|
releaseCandidateVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue