Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/registry/3.0.0/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
image registry registry:3.0.0
image s3cmd kurlsh/s3cmd:20250714-271da6c
image s3cmd kurlsh/s3cmd:20251112-208b4d5
2 changes: 1 addition & 1 deletion addons/registry/3.0.0/patch-deployment-migrate-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions addons/registry/3.0.0/patch-deployment-velero.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
spec:
initContainers:
- name: restore
image: kurlsh/s3cmd:20250714-271da6c
image: kurlsh/s3cmd:20251112-208b4d5
imagePullPolicy: IfNotPresent
command:
- /restore.sh
Expand Down Expand Up @@ -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
Expand Down