mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
⬆️ Update image ghcr.io/onedr0p/kopia to 0.12.1
| datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | ghcr.io/onedr0p/kopia | 0.12.0 | 0.12.1 | | docker | ghcr.io/onedr0p/kopia | 0.12.0 | 0.12.1 | | docker | ghcr.io/onedr0p/kopia | 0.12.0 | 0.12.1 | | docker | ghcr.io/onedr0p/kopia | 0.12.0 | 0.12.1 |
This commit is contained in:
@@ -87,12 +87,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.0@sha256:08f661428342edeac13866e14455cd044624ebc91990fa73e74619d2fbcee8ed
|
||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:e333295b519ce586e7c050c970b2255d87bdb2979298ff87ebdb1113e381ba3b
|
||||
command: ["/scripts/sleep.sh"]
|
||||
args: ["1", "900"]
|
||||
containers:
|
||||
- name: snapshot
|
||||
image: ghcr.io/onedr0p/kopia:0.12.0@sha256:08f661428342edeac13866e14455cd044624ebc91990fa73e74619d2fbcee8ed
|
||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:e333295b519ce586e7c050c970b2255d87bdb2979298ff87ebdb1113e381ba3b
|
||||
env:
|
||||
- name: KOPIA_CACHE_DIRECTORY
|
||||
value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache
|
||||
|
Reference in New Issue
Block a user