Skip to content

Commit

Permalink
Bump flannel version
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Buil <[email protected]>
  • Loading branch information
manuelbuil committed Mar 26, 2024
1 parent 8c8306d commit c5abf84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ charts:
- version: v4.0.2-build2024020802
filename: /charts/rke2-multus.yaml
bootstrap: true
- version: v0.24.201
- version: v0.24.401
filename: /charts/rke2-flannel.yaml
bootstrap: true
- version: 1.7.001
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-harvester.txt
EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-flannel.txt
${REGISTRY}/rancher/hardened-flannel:v0.24.2-build20240122
${REGISTRY}/rancher/hardened-cni-plugins:v1.4.0-build20240122
${REGISTRY}/rancher/hardened-flannel:v0.24.4-build20240321
${REGISTRY}/rancher/hardened-cni-plugins:v1.4.1-build20240325
EOF
fi
# Continue to provide a legacy airgap archive set with the default CNI images
Expand Down

0 comments on commit c5abf84

Please sign in to comment.