From efc7297636fca5e2eca6779ddb4fbca44202b868 Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Sun, 2 Oct 2022 02:22:35 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20image=20ghcr.io/o?= =?UTF-8?q?nedr0p/kopia=20to=200.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | 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 | --- .../kyverno/policies/snapshot-cronjob-controller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/kube-tools/kyverno/policies/snapshot-cronjob-controller.yaml b/cluster/apps/kube-tools/kyverno/policies/snapshot-cronjob-controller.yaml index 9bae03ef8..53ed4ed0d 100644 --- a/cluster/apps/kube-tools/kyverno/policies/snapshot-cronjob-controller.yaml +++ b/cluster/apps/kube-tools/kyverno/policies/snapshot-cronjob-controller.yaml @@ -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