diff --git a/cluster/apps/kube-tools/kyverno/policies/helm-release.yaml b/cluster/apps/kube-tools/kyverno/policies/helm-release.yaml index a2ce0e8d1..35ddaf764 100644 --- a/cluster/apps/kube-tools/kyverno/policies/helm-release.yaml +++ b/cluster/apps/kube-tools/kyverno/policies/helm-release.yaml @@ -277,12 +277,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:e333295b519ce586e7c050c970b2255d87bdb2979298ff87ebdb1113e381ba3b + image: ghcr.io/onedr0p/kopia:0.12.1@sha256:cdc2f6d7dbb6e7342607ed5ffc8391638e62c1d498b2f3e58c16ff1bffede3c9 command: ["/scripts/sleep.sh"] args: ["1", "900"] containers: - name: snapshot - image: ghcr.io/onedr0p/kopia:0.12.1@sha256:e333295b519ce586e7c050c970b2255d87bdb2979298ff87ebdb1113e381ba3b + image: ghcr.io/onedr0p/kopia:0.12.1@sha256:cdc2f6d7dbb6e7342607ed5ffc8391638e62c1d498b2f3e58c16ff1bffede3c9 env: - name: KOPIA_CACHE_DIRECTORY value: /snapshots/{{ namespace }}/{{ appName }}/{{ claimName }}/cache