mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-29 21:38:27 +02:00
⬆️ Update image ghcr.io/onedr0p/kopia to cdc2f6d
This commit is contained in:
@@ -277,12 +277,12 @@ spec:
|
|||||||
# Stagger jobs to run randomly within X seconds to avoid bringing down all apps at once
|
# Stagger jobs to run randomly within X seconds to avoid bringing down all apps at once
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: wait
|
- name: wait
|
||||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:e333295b519ce586e7c050c970b2255d87bdb2979298ff87ebdb1113e381ba3b
|
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:cdc2f6d7dbb6e7342607ed5ffc8391638e62c1d498b2f3e58c16ff1bffede3c9
|
||||||
command: ["/scripts/sleep.sh"]
|
command: ["/scripts/sleep.sh"]
|
||||||
args: ["1", "900"]
|
args: ["1", "900"]
|
||||||
containers:
|
containers:
|
||||||
- name: snapshot
|
- name: snapshot
|
||||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:e333295b519ce586e7c050c970b2255d87bdb2979298ff87ebdb1113e381ba3b
|
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:cdc2f6d7dbb6e7342607ed5ffc8391638e62c1d498b2f3e58c16ff1bffede3c9
|
||||||
env:
|
env:
|
||||||
- name: KOPIA_CACHE_DIRECTORY
|
- name: KOPIA_CACHE_DIRECTORY
|
||||||
value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache
|
value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache
|
||||||
|
Reference in New Issue
Block a user