From 5b0804a24ca23f9af3dd4ead0e77c75b89a23722 Mon Sep 17 00:00:00 2001 From: laverya <2318911+laverya@users.noreply.github.com> Date: Mon, 15 Dec 2025 01:33:46 +0000 Subject: [PATCH] Create new Registry version --- addons/registry/3.0.0/Manifest | 2 +- addons/registry/3.0.0/patch-deployment-migrate-s3.yaml | 2 +- addons/registry/3.0.0/patch-deployment-velero.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/registry/3.0.0/Manifest b/addons/registry/3.0.0/Manifest index 0184a9df88..6907fcbc19 100644 --- a/addons/registry/3.0.0/Manifest +++ b/addons/registry/3.0.0/Manifest @@ -1,2 +1,2 @@ image registry registry:3.0.0 -image s3cmd kurlsh/s3cmd:20250714-271da6c +image s3cmd kurlsh/s3cmd:20251112-208b4d5 diff --git a/addons/registry/3.0.0/patch-deployment-migrate-s3.yaml b/addons/registry/3.0.0/patch-deployment-migrate-s3.yaml index b49b824f68..53421ecedb 100644 --- a/addons/registry/3.0.0/patch-deployment-migrate-s3.yaml +++ b/addons/registry/3.0.0/patch-deployment-migrate-s3.yaml @@ -10,7 +10,7 @@ spec: spec: initContainers: - name: migrate-s3 - image: kurlsh/s3cmd:20250714-271da6c + image: kurlsh/s3cmd:20251112-208b4d5 imagePullPolicy: IfNotPresent command: - /migrate-s3.sh diff --git a/addons/registry/3.0.0/patch-deployment-velero.yaml b/addons/registry/3.0.0/patch-deployment-velero.yaml index 8822229eb0..7040d0be93 100644 --- a/addons/registry/3.0.0/patch-deployment-velero.yaml +++ b/addons/registry/3.0.0/patch-deployment-velero.yaml @@ -20,7 +20,7 @@ spec: spec: initContainers: - name: restore - image: kurlsh/s3cmd:20250714-271da6c + image: kurlsh/s3cmd:20251112-208b4d5 imagePullPolicy: IfNotPresent command: - /restore.sh @@ -48,7 +48,7 @@ spec: name: registry-s3-secret containers: - name: registry-backup - image: kurlsh/s3cmd:20250714-271da6c + image: kurlsh/s3cmd:20251112-208b4d5 imagePullPolicy: IfNotPresent command: - /bin/sh