Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release 1.29] Bump flannel image in rke2-canal #6152

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ charts:
- version: 1.15.500
filename: /charts/rke2-cilium.yaml
bootstrap: true
- version: v3.28.0-build2024052800
- version: v3.28.0-build2024052801
filename: /charts/rke2-canal.yaml
bootstrap: true
- version: v3.27.300
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-canal.txt
${REGISTRY}/rancher/hardened-calico:v3.28.0-build20240528
${REGISTRY}/rancher/hardened-flannel:v0.25.2-build20240524
${REGISTRY}/rancher/hardened-flannel:v0.25.3-build20240605
EOF

if [ "${GOARCH}" != "s390x" ]; then
Expand Down