Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.29] Bump multus chart to v4.1.000 #6741

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/chart_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charts:
- version: 3.12.002
filename: /charts/rke2-metrics-server.yaml
bootstrap: false
- version: v4.0.206
- version: v4.1.000
filename: /charts/rke2-multus.yaml
bootstrap: true
- version: v0.25.600
Expand Down
6 changes: 3 additions & 3 deletions scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ EOF
fi

xargs -n1 -t docker image pull --quiet << EOF > build/images-multus.txt
${REGISTRY}/rancher/hardened-multus-cni:v4.0.2-build20240612
${REGISTRY}/rancher/hardened-cni-plugins:v1.4.1-build20240430
${REGISTRY}/rancher/hardened-multus-cni:v4.1.0-build20240830
${REGISTRY}/rancher/hardened-cni-plugins:v1.5.1-build20240830
${REGISTRY}/rancher/hardened-node-feature-discovery:v0.15.4-build20240513
${REGISTRY}/rancher/hardened-sriov-network-operator:v1.2.0-build20240327
${REGISTRY}/rancher/hardened-sriov-network-config-daemon:v1.2.0-build20240327
Expand All @@ -87,7 +87,7 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-multus.txt
${REGISTRY}/rancher/hardened-ib-sriov-cni:v1.0.3-build20240327
${REGISTRY}/rancher/hardened-sriov-network-resources-injector:v1.5-build20240327
${REGISTRY}/rancher/hardened-sriov-network-webhook:v1.2.0-build20240327
${REGISTRY}/rancher/hardened-whereabouts:v0.7.0-build20240429
${REGISTRY}/rancher/hardened-whereabouts:v0.8.0-build20240830
${REGISTRY}/rancher/mirrored-library-busybox:1.36.1
EOF

Expand Down