Skip to content

Commit

Permalink
Bump flannel to 0.25.3
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Jun 5, 2024
1 parent 52a0400 commit 3015f13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
sources:
-- https://github.com/flannel-io/flannel
+- https://github.com/rancher/rke2-charts
version: v0.25.2
version: v0.25.3
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
# kube-flannel image
image:
- repository: docker.io/flannel/flannel
- tag: v0.25.2
- tag: v0.25.3
+ repository: rancher/hardened-flannel
+ tag: v0.25.2-build20240524
+ tag: v0.25.3-build20240605
image_cni:
- repository: docker.io/flannel/flannel-cni-plugin
- tag: v1.4.1-flannel1
+ repository: rancher/hardened-cni-plugins
+ tag: v1.4.1-build20240325
+ tag: v1.4.1-build20240430
# flannel command arguments
args:
- "--ip-masq"
Expand Down
4 changes: 2 additions & 2 deletions packages/rke2-flannel/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/flannel-io/flannel/releases/download/v0.25.2/flannel.tgz
packageVersion: 01
url: https://github.com/flannel-io/flannel/releases/download/v0.25.3/flannel.tgz
packageVersion: 00

0 comments on commit 3015f13

Please sign in to comment.