Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hub/cluster/conduit/instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
# https://github.com/community-tooling/charts/blob/main/charts/generic/values.yaml
additionalContainers:
- name: litestream
image: docker.io/litestream/litestream:v0.5.8@sha256:9874588ddb04789179d0d93cc902ba9309bb0cac4c33eb5631599d4559c60106
image: docker.io/litestream/litestream:0.5.11@sha256:79e3bfce6ed758722916f816b028fffd9e0a971058f41b88e2779510cead1d8d
args:
- replicate
- -config
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
enabled: false
initContainers:
- name: litestream-restore
image: docker.io/litestream/litestream:v0.5.8@sha256:9874588ddb04789179d0d93cc902ba9309bb0cac4c33eb5631599d4559c60106
image: docker.io/litestream/litestream:0.5.11@sha256:79e3bfce6ed758722916f816b028fffd9e0a971058f41b88e2779510cead1d8d
command:
- /bin/sh
- -ec
Expand Down
4 changes: 2 additions & 2 deletions hub/cluster/headscale/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
# https://github.com/community-tooling/charts/blob/main/charts/generic/values.yaml
additionalContainers:
- name: litestream
image: docker.io/litestream/litestream:v0.5.8@sha256:9874588ddb04789179d0d93cc902ba9309bb0cac4c33eb5631599d4559c60106
image: docker.io/litestream/litestream:0.5.11@sha256:79e3bfce6ed758722916f816b028fffd9e0a971058f41b88e2779510cead1d8d
args:
- replicate
- -config
Expand Down Expand Up @@ -98,7 +98,7 @@ spec:
port: metrics
initContainers:
- name: litestream-restore
image: docker.io/litestream/litestream:v0.5.8@sha256:9874588ddb04789179d0d93cc902ba9309bb0cac4c33eb5631599d4559c60106
image: docker.io/litestream/litestream:0.5.11@sha256:79e3bfce6ed758722916f816b028fffd9e0a971058f41b88e2779510cead1d8d
command:
- /bin/sh
- -ec
Expand Down
4 changes: 2 additions & 2 deletions hub/cluster/vaultwarden/instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
# https://github.com/community-tooling/charts/blob/main/charts/generic/values.yaml
additionalContainers:
- name: litestream
image: docker.io/litestream/litestream:v0.5.8@sha256:9874588ddb04789179d0d93cc902ba9309bb0cac4c33eb5631599d4559c60106
image: docker.io/litestream/litestream:0.5.11@sha256:79e3bfce6ed758722916f816b028fffd9e0a971058f41b88e2779510cead1d8d
args:
- replicate
- -config
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
enabled: false
initContainers:
- name: litestream-restore
image: docker.io/litestream/litestream:v0.5.8@sha256:9874588ddb04789179d0d93cc902ba9309bb0cac4c33eb5631599d4559c60106
image: docker.io/litestream/litestream:0.5.11@sha256:79e3bfce6ed758722916f816b028fffd9e0a971058f41b88e2779510cead1d8d
command:
- /bin/sh
- -ec
Expand Down