fix(snips): use latest branch version
All checks were successful
Renovate / renovate (push) Successful in 23s
All checks were successful
Renovate / renovate (push) Successful in 23s
This commit is contained in:
parent
5ef7b74a33
commit
3ae0fbdd14
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue