Skip to content

Commit

Permalink
Update canal to calico v3.27.3 and flannel v0.25.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Apr 12, 2024
1 parent 8be5a7e commit ea5d259
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.15.100
filename: /charts/rke2-cilium.yaml
bootstrap: true
- version: v3.27.2-build2024030800
- version: v3.27.3-build2024040300
filename: /charts/rke2-canal.yaml
bootstrap: true
- version: v3.27.300
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ xargs -n1 -t docker image pull --quiet << EOF >> build/images-core.txt
EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-canal.txt
${REGISTRY}/rancher/hardened-calico:v3.27.2-build20240308
${REGISTRY}/rancher/hardened-flannel:v0.24.3-build20240307
${REGISTRY}/rancher/hardened-calico:v3.27.3-build20240403
${REGISTRY}/rancher/hardened-flannel:v0.25.0-build20240410
EOF

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

0 comments on commit ea5d259

Please sign in to comment.