Skip to content

Commit

Permalink
Merge pull request #7223 from thomasferrandiz/issue-7192_release-1.31
Browse files Browse the repository at this point in the history
[release-1.31] Bump canal chart to v3.29.0
  • Loading branch information
thomasferrandiz authored Nov 7, 2024
2 parents 23fa7ab + 5ba86f8 commit 5389e1f
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 @@ -2,7 +2,7 @@ charts:
- version: 1.16.303
filename: /charts/rke2-cilium.yaml
bootstrap: true
- version: v3.28.2-build2024101601
- version: v3.29.0-build2024110400
filename: /charts/rke2-canal.yaml
bootstrap: true
- version: v3.28.200
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-traefik.txt
EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-canal.txt
${REGISTRY}/rancher/hardened-calico:v3.28.2-build20241016
${REGISTRY}/rancher/hardened-flannel:v0.25.7-build20241008
${REGISTRY}/rancher/hardened-calico:v3.29.0-build20241104
${REGISTRY}/rancher/hardened-flannel:v0.26.0-build20241024
EOF

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

0 comments on commit 5389e1f

Please sign in to comment.