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
|
newName: ghcr.io/robherley/snips.sh
|
||||||
newTag: v0.3.2
|
newTag: v0.3.2
|
||||||
- name: litestream
|
- name: litestream
|
||||||
newName: litestream/litestream
|
newName: code.icb4dc0.de/infrastructure/litestream
|
||||||
newTag: "0.3.13"
|
newTag: "0.3.14-rc1"
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
- includeSelectors: true
|
- includeSelectors: true
|
||||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: init-litestream
|
- name: init-litestream
|
||||||
image: 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:
|
env:
|
||||||
- name: LITESTREAM_ACCESS_KEY_ID
|
- name: LITESTREAM_ACCESS_KEY_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
|
Loading…
Reference in a new issue