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/values.yaml
|
||||
@@ -1320,6 +1320,8 @@
|
||||
@@ -1325,6 +1325,8 @@
|
||||
- effect: NoSchedule
|
||||
key: node-role.kubernetes.io/master
|
||||
- effect: NoSchedule
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://helm.cilium.io/cilium-1.9.6.tgz
|
||||
packageVersion: 06
|
||||
url: https://helm.cilium.io/cilium-1.9.8.tgz
|
||||
packageVersion: 07
|
||||
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.6
|
||||
version: 1.9.8
|
||||
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.6
|
||||
tag: v1.9.8
|
||||
operator:
|
||||
image:
|
||||
repository: rancher/mirrored-cilium-operator
|
||||
tag: v1.9.6
|
||||
tag: v1.9.8
|
||||
nodeinit:
|
||||
image:
|
||||
repository: rancher/mirrored-cilium-startup-script
|
||||
|
@ -20,7 +20,7 @@ cilium:
|
|||
enabled: false
|
||||
image:
|
||||
repository: rancher/mirrored-cilium-cilium
|
||||
tag: v1.9.6
|
||||
tag: v1.9.8
|
||||
|
||||
#
|
||||
# Enable Azure integration.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
url: local
|
||||
packageVersion: 07
|
||||
packageVersion: 08
|
||||
releaseCandidateVersion: 00
|
||||
|
|
Loading…
Reference in New Issue