Skip to content

Commit

Permalink
[release-1.27] Update calico image to v3.28.0-build20240625 (rancher#…
Browse files Browse the repository at this point in the history
…6260)

* Update calico image to v3.28.0-build20240625

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>

* update flannel image to v0.25.4-build20240610

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>

---------

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
  • Loading branch information
galal-hussein authored Jun 28, 2024
1 parent 91f2d33 commit 4014ef7
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-build2024052801
- version: v3.28.0-build2024062503
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 @@ -30,8 +30,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.28.0-build20240528
${REGISTRY}/rancher/hardened-flannel:v0.25.3-build20240605
${REGISTRY}/rancher/hardened-calico:v3.28.0-build20240625
${REGISTRY}/rancher/hardened-flannel:v0.25.4-build20240610
EOF

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

0 comments on commit 4014ef7

Please sign in to comment.