mirror of https://git.rancher.io/rke2-charts
Update Flannel version to v0.25.6
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>pull/510/head
parent
c2097ce8ab
commit
cb89d42600
|
@ -9,4 +9,4 @@
|
|||
sources:
|
||||
-- https://github.com/flannel-io/flannel
|
||||
+- https://github.com/rancher/rke2-charts
|
||||
version: v0.25.5
|
||||
version: v0.25.6
|
||||
|
|
|
@ -15,14 +15,14 @@
|
|||
# kube-flannel image
|
||||
image:
|
||||
- repository: docker.io/flannel/flannel
|
||||
- tag: v0.25.5
|
||||
- tag: v0.25.6
|
||||
+ repository: rancher/hardened-flannel
|
||||
+ tag: v0.25.5-build20240801
|
||||
+ tag: v0.25.6-build20240828
|
||||
image_cni:
|
||||
- repository: docker.io/flannel/flannel-cni-plugin
|
||||
- tag: v1.5.1-flannel1
|
||||
- tag: v1.5.1-flannel2
|
||||
+ repository: rancher/hardened-cni-plugins
|
||||
+ tag: v1.5.1-build20240805
|
||||
+ tag: v1.5.1-build20240830
|
||||
# flannel command arguments
|
||||
enableNFTables: false
|
||||
args:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/flannel-io/flannel/releases/download/v0.25.5/flannel.tgz
|
||||
packageVersion: 01
|
||||
url: https://github.com/flannel-io/flannel/releases/download/v0.25.6/flannel.tgz
|
||||
packageVersion: 00
|
||||
|
|
Loading…
Reference in New Issue