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

This commit is contained in:
feisar-bot
2022-12-13 16:24:33 +00:00
parent fd507675d5
commit ad90f9a2a1
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 # 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:a1c6971f9cc24b4f1f03db0558b09bd2310d4d335f3f78f785c5bced4d4a9d19 image: ghcr.io/onedr0p/kopia:0.12.1@sha256:b4f2b49fbb0477afa575e5e806ab21b6ab008ae18e0be3915072acea46c6712a
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:a1c6971f9cc24b4f1f03db0558b09bd2310d4d335f3f78f785c5bced4d4a9d19 image: ghcr.io/onedr0p/kopia:0.12.1@sha256:b4f2b49fbb0477afa575e5e806ab21b6ab008ae18e0be3915072acea46c6712a
env: env:
- name: KOPIA_CACHE_DIRECTORY - name: KOPIA_CACHE_DIRECTORY
value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache

View File

@@ -24,7 +24,7 @@ spec:
values: values:
initContainers: initContainers:
wait-for-repo: wait-for-repo:
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:a1c6971f9cc24b4f1f03db0558b09bd2310d4d335f3f78f785c5bced4d4a9d19 image: ghcr.io/onedr0p/kopia:0.12.1@sha256:b4f2b49fbb0477afa575e5e806ab21b6ab008ae18e0be3915072acea46c6712a
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:a1c6971f9cc24b4f1f03db0558b09bd2310d4d335f3f78f785c5bced4d4a9d19 tag: 0.12.1@sha256:b4f2b49fbb0477afa575e5e806ab21b6ab008ae18e0be3915072acea46c6712a
env: env:
TZ: "${TIMEZONE}" TZ: "${TIMEZONE}"
KOPIA_PASSWORD: "none" KOPIA_PASSWORD: "none"

View File

@@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure restartPolicy: OnFailure
containers: containers:
- name: restore - name: restore
image: ghcr.io/onedr0p/kopia:0.12.1@sha256:a1c6971f9cc24b4f1f03db0558b09bd2310d4d335f3f78f785c5bced4d4a9d19 image: ghcr.io/onedr0p/kopia:0.12.1@sha256:b4f2b49fbb0477afa575e5e806ab21b6ab008ae18e0be3915072acea46c6712a
env: env:
- name: KOPIA_PASSWORD - name: KOPIA_PASSWORD
value: "none" value: "none"