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 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"