Skip to content

Commit

Permalink
Update flannel with the new images
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Jan 23, 2024
1 parent dcdc053 commit 72d434e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.24.1
version: v0.24.2
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.24.1
- tag: v0.24.2
+ repository: rancher/hardened-flannel
+ tag: v0.24.1-build20240117
+ tag: v0.24.2-build20240122
image_cni:
- repository: docker.io/flannel/flannel-cni-plugin
- tag: v1.2.0
+ repository: rancher/hardened-cni-plugins
+ tag: v1.2.0-build20240108
+ tag: v1.4.0-build20240122
# flannel command arguments
args:
- "--ip-masq"
Expand Down
2 changes: 1 addition & 1 deletion 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.24.1/flannel.tgz
url: https://github.com/flannel-io/flannel/releases/download/v0.24.2/flannel.tgz
packageVersion: 00

0 comments on commit 72d434e

Please sign in to comment.