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 01ed9b9
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
|
# 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:93e1da5cdf95db4f871d16262abbf4ea58f95e0591034cf65f4ced29e05c0bdf
|
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:01ed9b934fa40216f17ffc8a906cf7a7e21c8d41a93f5ed571f2e5efa43844a7
|
||||||
command: ["/scripts/sleep.sh"]
|
command: ["/scripts/sleep.sh"]
|
||||||
args: ["1", "1800"]
|
args: ["1", "1800"]
|
||||||
containers:
|
containers:
|
||||||
- name: snapshot
|
- name: snapshot
|
||||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:93e1da5cdf95db4f871d16262abbf4ea58f95e0591034cf65f4ced29e05c0bdf
|
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:01ed9b934fa40216f17ffc8a906cf7a7e21c8d41a93f5ed571f2e5efa43844a7
|
||||||
env:
|
env:
|
||||||
- name: KOPIA_CACHE_DIRECTORY
|
- name: KOPIA_CACHE_DIRECTORY
|
||||||
value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache
|
value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache
|
||||||
|
@@ -24,7 +24,7 @@ spec:
|
|||||||
values:
|
values:
|
||||||
initContainers:
|
initContainers:
|
||||||
wait-for-repo:
|
wait-for-repo:
|
||||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:93e1da5cdf95db4f871d16262abbf4ea58f95e0591034cf65f4ced29e05c0bdf
|
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:01ed9b934fa40216f17ffc8a906cf7a7e21c8d41a93f5ed571f2e5efa43844a7
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -c
|
- -c
|
||||||
@@ -38,7 +38,7 @@ spec:
|
|||||||
mountPath: /snapshots
|
mountPath: /snapshots
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/kopia
|
repository: ghcr.io/onedr0p/kopia
|
||||||
tag: 0.12.1@sha256:93e1da5cdf95db4f871d16262abbf4ea58f95e0591034cf65f4ced29e05c0bdf
|
tag: 0.12.1@sha256:01ed9b934fa40216f17ffc8a906cf7a7e21c8d41a93f5ed571f2e5efa43844a7
|
||||||
env:
|
env:
|
||||||
TZ: "${TIMEZONE}"
|
TZ: "${TIMEZONE}"
|
||||||
KOPIA_PASSWORD: "none"
|
KOPIA_PASSWORD: "none"
|
||||||
|
@@ -12,7 +12,7 @@ spec:
|
|||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
containers:
|
containers:
|
||||||
- name: restore
|
- name: restore
|
||||||
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:93e1da5cdf95db4f871d16262abbf4ea58f95e0591034cf65f4ced29e05c0bdf
|
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:01ed9b934fa40216f17ffc8a906cf7a7e21c8d41a93f5ed571f2e5efa43844a7
|
||||||
env:
|
env:
|
||||||
- name: KOPIA_PASSWORD
|
- name: KOPIA_PASSWORD
|
||||||
value: "none"
|
value: "none"
|
||||||
|
Reference in New Issue
Block a user