From 08b390ae48eeef4ac8b660dde30e5050dfef7994 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Mon, 7 Oct 2024 18:54:16 +0000 Subject: [PATCH] Bump csi snapshot and nginx charts Signed-off-by: Brad Davidson --- charts/chart_versions.yaml | 8 ++++---- scripts/build-images | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/chart_versions.yaml b/charts/chart_versions.yaml index ea20bccf7b..117f757dc4 100644 --- a/charts/chart_versions.yaml +++ b/charts/chart_versions.yaml @@ -14,7 +14,7 @@ charts: - version: 1.33.000 filename: /charts/rke2-coredns.yaml bootstrap: true - - version: 4.10.402 + - version: 4.10.403 filename: /charts/rke2-ingress-nginx.yaml bootstrap: false - version: 27.0.200 @@ -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 4fd80e70e4..5101270fa3 100755 --- a/scripts/build-images +++ b/scripts/build-images @@ -22,11 +22,11 @@ xargs -n1 -t docker image pull --quiet << EOF >> build/images-core.txt ${REGISTRY}/rancher/klipper-helm:v0.9.2-build20240828 ${REGISTRY}/rancher/klipper-lb:v0.4.9 ${REGISTRY}/rancher/mirrored-pause:${PAUSE_VERSION} - ${REGISTRY}/rancher/mirrored-ingress-nginx-kube-webhook-certgen:v1.4.1 + ${REGISTRY}/rancher/mirrored-ingress-nginx-kube-webhook-certgen:v1.4.4 ${REGISTRY}/rancher/nginx-ingress-controller:v1.10.4-hardened3 ${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