Skip to content

Commit

Permalink
Bump flannel and multus cnis to fix go CVE
Browse files Browse the repository at this point in the history
Signed-off-by: manuelbuil <[email protected]>
  • Loading branch information
manuelbuil committed Sep 10, 2024
1 parent bbcdd56 commit 08b9c5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ charts:
- version: 3.12.002
filename: /charts/rke2-metrics-server.yaml
bootstrap: false
- version: v4.1.000
- version: v4.1.001
filename: /charts/rke2-multus.yaml
bootstrap: true
- version: v0.25.600
- version: v0.25.601
filename: /charts/rke2-flannel.yaml
bootstrap: true
- version: 1.9.000
Expand Down
10 changes: 5 additions & 5 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ EOF
fi

xargs -n1 -t docker image pull --quiet << EOF > build/images-multus.txt
${REGISTRY}/rancher/hardened-multus-cni:v4.1.0-build20240830
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20240830
${REGISTRY}/rancher/hardened-whereabouts:v0.8.0-build20240830
${REGISTRY}/rancher/hardened-multus-cni:v4.1.0-build20240910
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20240910
${REGISTRY}/rancher/hardened-whereabouts:v0.8.0-build20240910
${REGISTRY}/rancher/mirrored-library-busybox:1.36.1
EOF

Expand All @@ -98,8 +98,8 @@ 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-build20240828
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20240830
${REGISTRY}/rancher/hardened-flannel:v0.25.6-build20240910
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20240910
EOF
fi
# Continue to provide a legacy airgap archive set with the default CNI images
Expand Down

0 comments on commit 08b9c5c

Please sign in to comment.