⬆️ Update image ghcr.io/onedr0p/kopia to dfe496c

This commit is contained in:
feisar-bot
2022-12-22 13:14:53 +00:00
parent 9b21c503a3
commit 70e13b0fb7
3 changed files with 5 additions and 5 deletions

View File

@@ -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:388aee81aed06e6613108f7f1df8f748108023593fbfaae347670bdfe5340861
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:dfe496c5ab894bb5d6084150e7fc0a31c9d4d6472c2c9ea1e2e14ffee60d6d93
command: ["/scripts/sleep.sh"]
args: ["1", "1800"]
containers:
- name: snapshot
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:388aee81aed06e6613108f7f1df8f748108023593fbfaae347670bdfe5340861
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:dfe496c5ab894bb5d6084150e7fc0a31c9d4d6472c2c9ea1e2e14ffee60d6d93
env:
- name: KOPIA_CACHE_DIRECTORY
value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache

View File

@@ -24,7 +24,7 @@ spec:
values:
initContainers:
wait-for-repo:
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:388aee81aed06e6613108f7f1df8f748108023593fbfaae347670bdfe5340861
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:dfe496c5ab894bb5d6084150e7fc0a31c9d4d6472c2c9ea1e2e14ffee60d6d93
command:
- /bin/bash
- -c
@@ -38,7 +38,7 @@ spec:
mountPath: /snapshots
image:
repository: ghcr.io/onedr0p/kopia
tag: 0.12.1@sha256:388aee81aed06e6613108f7f1df8f748108023593fbfaae347670bdfe5340861
tag: 0.12.1@sha256:dfe496c5ab894bb5d6084150e7fc0a31c9d4d6472c2c9ea1e2e14ffee60d6d93
env:
TZ: "${TIMEZONE}"
KOPIA_PASSWORD: "none"