Skip to content

Commit

Permalink
Update Flannel version to v0.25.7
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Oct 9, 2024
1 parent 7cf703b commit 034466c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ARG KUBERNETES_VERSION=dev
ENV CRICTL_VERSION="v1.30.1"
ENV CALICO_VERSION="v3.28.2"
ENV CNI_PLUGIN_VERSION="v1.4.1"
ENV FLANNEL_VERSION="v0.25.6"
ENV FLANNEL_VERSION="v0.25.7"
ENV CNI_FLANNEL_VERSION="v1.5.1-flannel2"

RUN mkdir -p rancher
Expand Down
2 changes: 1 addition & 1 deletion charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ charts:
- version: v4.1.001
filename: /charts/rke2-multus.yaml
bootstrap: true
- version: v0.25.601
- version: v0.25.700
filename: /charts/rke2-flannel.yaml
bootstrap: true
- version: 1.9.100
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
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.25.6-build20240910
${REGISTRY}/rancher/hardened-flannel:v0.25.7-build20241007
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20240910
EOF
fi
Expand Down

0 comments on commit 034466c

Please sign in to comment.