Skip to content

Commit

Permalink
Merge pull request #4433 from manuelbuil/multusUpdate125
Browse files Browse the repository at this point in the history
[Release 1.25] Update multus version
  • Loading branch information
manuelbuil authored Jul 7, 2023
2 parents ed1ac0d + 23bb0ee commit f856815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN CHART_VERSION="v3.26.100" CHART_FILE=/charts/rke2-calico-crd
RUN CHART_VERSION="1.24.002" CHART_FILE=/charts/rke2-coredns.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
RUN CHART_VERSION="4.5.201" CHART_FILE=/charts/rke2-ingress-nginx.yaml CHART_BOOTSTRAP=false /charts/build-chart.sh
RUN CHART_VERSION="2.11.100-build2023051508" CHART_FILE=/charts/rke2-metrics-server.yaml CHART_BOOTSTRAP=false /charts/build-chart.sh
RUN CHART_VERSION="v3.9.3-build2023010902" CHART_FILE=/charts/rke2-multus.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
RUN CHART_VERSION="v4.0.2-build2023070701" CHART_FILE=/charts/rke2-multus.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
RUN CHART_VERSION="1.5.100" CHART_FILE=/charts/rancher-vsphere-cpi.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
RUN CHART_VERSION="3.0.1-rancher101" CHART_FILE=/charts/rancher-vsphere-csi.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
RUN CHART_VERSION="0.2.200" CHART_FILE=/charts/harvester-cloud-provider.yaml CHART_BOOTSTRAP=true /charts/build-chart.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ xargs -n1 -t docker image pull --quiet << EOF > build/images-vsphere.txt
EOF

xargs -n1 -t docker image pull --quiet << EOF > build/images-multus.txt
${REGISTRY}/rancher/hardened-multus-cni:v3.9.3-build20230109
${REGISTRY}/rancher/hardened-multus-cni:v4.0.2-build20230707
${REGISTRY}/rancher/hardened-cni-plugins:v1.0.1-build20221011
${REGISTRY}/rancher/hardened-sriov-network-operator:v1.2.0-build20221014
${REGISTRY}/rancher/hardened-sriov-network-config-daemon:v1.2.0-build20221014
Expand Down

0 comments on commit f856815

Please sign in to comment.