From 4ebc0985dce4f02ff3f9c9458fbaef926d9075e2 Mon Sep 17 00:00:00 2001 From: Chris Wayne Date: Fri, 4 Oct 2024 14:36:04 -0400 Subject: [PATCH 1/2] yolo --- images-list | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images-list b/images-list index 291719409a..b134c45534 100644 --- a/images-list +++ b/images-list @@ -1830,9 +1830,11 @@ registry.k8s.io/sig-storage/livenessprobe rancher/mirrored-sig-storage-livenessp registry.k8s.io/sig-storage/livenessprobe rancher/mirrored-sig-storage-livenessprobe v2.14.0 registry.k8s.io/sig-storage/snapshot-controller rancher/mirrored-sig-storage-snapshot-controller v6.1.0 registry.k8s.io/sig-storage/snapshot-controller rancher/mirrored-sig-storage-snapshot-controller v6.2.1 +registry.k8s.io/sig-storage/snapshot-controller rancher/mirrored-sig-storage-snapshot-controller v8.1.0 registry.k8s.io/sig-storage/snapshot-validation-webhook rancher/mirrored-sig-storage-snapshot-validation-webhook v6.1.0 registry.k8s.io/sig-storage/snapshot-validation-webhook rancher/mirrored-sig-storage-snapshot-validation-webhook v6.2.1 registry.k8s.io/sig-storage/snapshot-validation-webhook rancher/mirrored-sig-storage-snapshot-validation-webhook v6.2.2 +registry.k8s.io/sig-storage/snapshot-validation-webhook rancher/mirrored-sig-storage-snapshot-validation-webhook v8.1.0 registry.suse.com/bci/bci-busybox rancher/mirrored-bci-busybox 15.4.11.2 registry.suse.com/bci/bci-busybox rancher/mirrored-bci-busybox 15.6.19.1 registry.suse.com/bci/bci-busybox rancher/mirrored-bci-busybox 15.6.24.2 From c76aeb89abe74d70c9841d7cbee7f8b29272238d Mon Sep 17 00:00:00 2001 From: Chris Wayne Date: Fri, 4 Oct 2024 14:42:41 -0400 Subject: [PATCH 2/2] auto update in the future --- retrieve-image-tags/config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/retrieve-image-tags/config.json b/retrieve-image-tags/config.json index 4600852bde..a953b179ee 100644 --- a/retrieve-image-tags/config.json +++ b/retrieve-image-tags/config.json @@ -70,6 +70,18 @@ ], "versionSource": "github-latest-release:kubernetes-csi/external-resizer" }, + "snapshot-controller": { + "images": [ + "registry.k8s.io/sig-storage/snapshot-controller" + ], + "versionSource": "github-latest-release:kubernetes-csi/external-snapshotter" + }, + "snapshot-validation-webhook": { + "images": [ + "registry.k8s.io/sig-storage/snapshot-validation-webhook" + ], + "versionSource": "github-latest-release:kubernetes-csi/external-snapshotter" + }, "storage-livenessprobe": { "images": [ "registry.k8s.io/sig-storage/livenessprobe"