mirror of https://git.rancher.io/rke2-charts
chore: Bump to latest flannel version on the chart
Made with ❤️️ by updatecli
pull/537/head
parent
f7e8c29142
commit
0953174b30
|
@ -9,4 +9,4 @@
|
||||||
sources:
|
sources:
|
||||||
-- https://github.com/flannel-io/flannel
|
-- https://github.com/flannel-io/flannel
|
||||||
+- https://github.com/rancher/rke2-charts
|
+- https://github.com/rancher/rke2-charts
|
||||||
version: v0.25.6
|
version: v0.25.7
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
# kube-flannel image
|
# kube-flannel image
|
||||||
image:
|
image:
|
||||||
- repository: docker.io/flannel/flannel
|
- repository: docker.io/flannel/flannel
|
||||||
- tag: v0.25.6
|
- tag: v0.25.7
|
||||||
+ repository: rancher/hardened-flannel
|
+ repository: rancher/hardened-flannel
|
||||||
+ tag: v0.25.6-build20240910
|
+ tag: v0.25.7-build20241007
|
||||||
image_cni:
|
image_cni:
|
||||||
- repository: docker.io/flannel/flannel-cni-plugin
|
- repository: docker.io/flannel/flannel-cni-plugin
|
||||||
- tag: v1.5.1-flannel2
|
- tag: v1.5.1-flannel2
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://github.com/flannel-io/flannel/releases/download/v0.25.6/flannel.tgz
|
url: https://github.com/flannel-io/flannel/releases/download/v0.25.7/flannel.tgz
|
||||||
packageVersion: 01
|
packageVersion: 00
|
||||||
|
|
Loading…
Reference in New Issue