Skip to content

Commit

Permalink
Bump rke2-canal to v3.28.1-build2024080600
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Aug 7, 2024
1 parent be08a4d commit f9a5faa
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.500
filename: /charts/rke2-cilium.yaml
bootstrap: true
- version: v3.28.0-build2024062503
- version: v3.28.1-build2024080600
filename: /charts/rke2-canal.yaml
bootstrap: true
- version: v3.28.100
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.0-build20240625
${REGISTRY}/rancher/hardened-flannel:v0.25.4-build20240610
${REGISTRY}/rancher/hardened-calico:v3.28.1-build20240806
${REGISTRY}/rancher/hardened-flannel:v0.25.5-build20240801
EOF

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

0 comments on commit f9a5faa

Please sign in to comment.