Skip to content

Commit

Permalink
Update Flannel and Canal version (#7405)
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl authored Dec 11, 2024
1 parent 1ec8ff5 commit ebf9435
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ charts:
- version: 1.16.400
filename: /charts/rke2-cilium.yaml
bootstrap: true
- version: v3.29.1-build2024112700
- version: v3.29.1-build2024121100
filename: /charts/rke2-canal.yaml
bootstrap: true
- version: v3.29.100
Expand All @@ -29,7 +29,7 @@ charts:
- version: v4.1.301
filename: /charts/rke2-multus.yaml
bootstrap: true
- version: v0.26.100
- version: v0.26.101
filename: /charts/rke2-flannel.yaml
bootstrap: true
- version: 1.9.100
Expand Down
6 changes: 3 additions & 3 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.29.1-build20241127
${REGISTRY}/rancher/hardened-flannel:v0.26.1-build20241107
${REGISTRY}/rancher/hardened-calico:v3.29.1-build20241211
${REGISTRY}/rancher/hardened-flannel:v0.26.1-build20241211
EOF

if [ "${GOARCH}" != "s390x" ]; then
Expand Down Expand Up @@ -98,7 +98,7 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-harvester.txt
EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-flannel.txt
${REGISTRY}/rancher/hardened-flannel:v0.26.1-build20241107
${REGISTRY}/rancher/hardened-flannel:v0.26.1-build20241211
${REGISTRY}/rancher/hardened-cni-plugins:v1.6.0-build20241022
EOF
fi
Expand Down

0 comments on commit ebf9435

Please sign in to comment.