mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⬆️ Update image ghcr.io/onedr0p/kopia to 388aee8
This commit is contained in:
@@ -272,12 +272,12 @@ spec:
|
||||
# Stagger jobs to run randomly within X seconds to avoid bringing down all apps at once
|
||||
initContainers:
|
||||
- name: wait
|
||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:b4f2b49fbb0477afa575e5e806ab21b6ab008ae18e0be3915072acea46c6712a
|
||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:388aee81aed06e6613108f7f1df8f748108023593fbfaae347670bdfe5340861
|
||||
command: ["/scripts/sleep.sh"]
|
||||
args: ["1", "1800"]
|
||||
containers:
|
||||
- name: snapshot
|
||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:b4f2b49fbb0477afa575e5e806ab21b6ab008ae18e0be3915072acea46c6712a
|
||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:388aee81aed06e6613108f7f1df8f748108023593fbfaae347670bdfe5340861
|
||||
env:
|
||||
- name: KOPIA_CACHE_DIRECTORY
|
||||
value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache
|
||||
|
@@ -24,7 +24,7 @@ spec:
|
||||
values:
|
||||
initContainers:
|
||||
wait-for-repo:
|
||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:b4f2b49fbb0477afa575e5e806ab21b6ab008ae18e0be3915072acea46c6712a
|
||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:388aee81aed06e6613108f7f1df8f748108023593fbfaae347670bdfe5340861
|
||||
command:
|
||||
- /bin/bash
|
||||
- -c
|
||||
@@ -38,7 +38,7 @@ spec:
|
||||
mountPath: /snapshots
|
||||
image:
|
||||
repository: ghcr.io/onedr0p/kopia
|
||||
tag: 0.12.1@sha256:b4f2b49fbb0477afa575e5e806ab21b6ab008ae18e0be3915072acea46c6712a
|
||||
tag: 0.12.1@sha256:388aee81aed06e6613108f7f1df8f748108023593fbfaae347670bdfe5340861
|
||||
env:
|
||||
TZ: "${TIMEZONE}"
|
||||
KOPIA_PASSWORD: "none"
|
||||
|
Reference in New Issue
Block a user