mirror of https://git.rancher.io/rke2-charts
Fixed Flannel chart to disable NFTable by default
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>pull/505/head
parent
3d780be3de
commit
d7baafead0
|
@ -24,7 +24,7 @@
|
||||||
+ repository: rancher/hardened-cni-plugins
|
+ repository: rancher/hardened-cni-plugins
|
||||||
+ tag: v1.5.1-build20240805
|
+ tag: v1.5.1-build20240805
|
||||||
# flannel command arguments
|
# flannel command arguments
|
||||||
enableNFTables: false,
|
enableNFTables: false
|
||||||
args:
|
args:
|
||||||
@@ -26,14 +17,14 @@
|
@@ -26,14 +17,14 @@
|
||||||
# Documentation at https://github.com/flannel-io/flannel/blob/master/Documentation/backends.md
|
# Documentation at https://github.com/flannel-io/flannel/blob/master/Documentation/backends.md
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://github.com/flannel-io/flannel/releases/download/v0.25.5/flannel.tgz
|
url: https://github.com/flannel-io/flannel/releases/download/v0.25.5/flannel.tgz
|
||||||
packageVersion: 00
|
packageVersion: 01
|
||||||
|
|
Loading…
Reference in New Issue