Skip to content

Commit

Permalink
Update Flannel version to v0.25.6
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Aug 30, 2024
1 parent c2097ce commit cb89d42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.5
version: v0.25.6
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.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:
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.5/flannel.tgz
packageVersion: 01
url: https://github.com/flannel-io/flannel/releases/download/v0.25.6/flannel.tgz
packageVersion: 00

0 comments on commit cb89d42

Please sign in to comment.