mirror of https://git.rancher.io/rke2-charts
Update hardened-cni-plugins to `v1.5.1-build20241009`
updates the cni-plugins for cilium, flannel and multus Signed-off-by: Michael Fritch <mfritch@suse.com>pull/539/head
parent
2b8bebbe36
commit
03cf9296c4
|
@ -200,7 +200,7 @@
|
|||
+portmapPlugin:
|
||||
+ image:
|
||||
+ repository: "rancher/hardened-cni-plugins"
|
||||
+ tag: "v1.5.1-build20240910"
|
||||
+ tag: "v1.5.1-build20241009"
|
||||
+
|
||||
+global:
|
||||
+ systemDefaultRegistry: ""
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://helm.cilium.io/cilium-1.16.2.tgz
|
||||
packageVersion: 00
|
||||
packageVersion: 01
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
- repository: docker.io/flannel/flannel-cni-plugin
|
||||
- tag: v1.5.1-flannel2
|
||||
+ repository: rancher/hardened-cni-plugins
|
||||
+ tag: v1.5.1-build20240910
|
||||
+ tag: v1.5.1-build20241009
|
||||
# flannel command arguments
|
||||
enableNFTables: false
|
||||
args:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/flannel-io/flannel/releases/download/v0.25.7/flannel.tgz
|
||||
packageVersion: 00
|
||||
packageVersion: 01
|
||||
|
|
|
@ -122,7 +122,7 @@ tolerations:
|
|||
cniplugins:
|
||||
image:
|
||||
repository: rancher/hardened-cni-plugins
|
||||
tag: v1.5.1-build20240910
|
||||
tag: v1.5.1-build20241009
|
||||
|
||||
# skipcnis is a comma separated list of cni binaries to skip from
|
||||
# installing.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
url: local
|
||||
workingDir: charts
|
||||
packageVersion: 00
|
||||
packageVersion: 01
|
||||
|
|
|
@ -200,7 +200,7 @@
|
|||
+portmapPlugin:
|
||||
+ image:
|
||||
+ repository: "rancher/hardened-cni-plugins"
|
||||
+ tag: "v1.5.1-build20240910"
|
||||
+ tag: "v1.5.1-build20241009"
|
||||
+
|
||||
+global:
|
||||
+ systemDefaultRegistry: ""
|
||||
|
|
Loading…
Reference in New Issue