diff --git a/charts/chart_versions.yaml b/charts/chart_versions.yaml index cf332f71eb..b47c372ec1 100644 --- a/charts/chart_versions.yaml +++ b/charts/chart_versions.yaml @@ -44,12 +44,12 @@ charts: - version: 0.1.1800 filename: /charts/harvester-csi-driver.yaml bootstrap: true - - version: 1.7.202 + - version: 3.0.600 filename: /charts/rke2-snapshot-controller.yaml bootstrap: false - - version: 1.7.202 + - version: 3.0.600 filename: /charts/rke2-snapshot-controller-crd.yaml bootstrap: false - - version: 1.7.302 + - version: 1.9.001 filename: /charts/rke2-snapshot-validation-webhook.yaml bootstrap: false diff --git a/scripts/build-images b/scripts/build-images index ac13245667..7ddfcb7886 100755 --- a/scripts/build-images +++ b/scripts/build-images @@ -25,8 +25,8 @@ xargs -n1 -t docker image pull --quiet << EOF >> build/images-core.txt ${REGISTRY}/rancher/mirrored-ingress-nginx-kube-webhook-certgen:v1.4.4 ${REGISTRY}/rancher/nginx-ingress-controller:v1.10.5-hardened1 ${REGISTRY}/rancher/rke2-cloud-provider:${CCM_VERSION} - ${REGISTRY}/rancher/mirrored-sig-storage-snapshot-controller:v6.2.1 - ${REGISTRY}/rancher/mirrored-sig-storage-snapshot-validation-webhook:v6.2.2 + ${REGISTRY}/rancher/mirrored-sig-storage-snapshot-controller:v8.1.0 + ${REGISTRY}/rancher/mirrored-sig-storage-snapshot-validation-webhook:v8.1.0 EOF xargs -n1 -t docker image pull --quiet << EOF > build/images-traefik.txt