diff --git a/snips/kustomization.yaml b/snips/kustomization.yaml index 127c43d..13b2676 100644 --- a/snips/kustomization.yaml +++ b/snips/kustomization.yaml @@ -8,8 +8,8 @@ images: newName: ghcr.io/robherley/snips.sh newTag: v0.3.2 - name: litestream - newName: litestream/litestream - newTag: "0.3.13" + newName: code.icb4dc0.de/infrastructure/litestream + newTag: "0.3.14-rc1" labels: - includeSelectors: true diff --git a/snips/resources/statefulset.yaml b/snips/resources/statefulset.yaml index e6fa242..273dc7f 100644 --- a/snips/resources/statefulset.yaml +++ b/snips/resources/statefulset.yaml @@ -17,7 +17,7 @@ spec: initContainers: - name: init-litestream image: litestream - args: ['restore', '-if-db-not-exists', '-if-replica-exists', '/data/snips.db'] + args: ['restore', '-replica=s3', '-if-db-not-exists', '-if-replica-exists', '/data/snips.db'] env: - name: LITESTREAM_ACCESS_KEY_ID valueFrom: