Skip to content

Commit 5dfdf2a

Browse files
committed
fix: persistently save SQLite database
1 parent d57dd3d commit 5dfdf2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/baget/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ name: baget
1010
sources:
1111
- https://github.com/loic-sharma/BaGet
1212
- https://hub.docker.com/r/loicsharma/baget
13-
version: "1.0.5"
13+
version: "1.0.6"

charts/baget/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
{{- end }}
6565
{{- if eq .Values.database.type "Sqlite" .}}
6666
- name: Database__ConnectionString
67-
value: "Data Source=baget.db"
67+
value: "Data Source=/app/packages/baget.db"
6868
{{- end }}
6969
livenessProbe:
7070
httpGet:

0 commit comments

Comments
 (0)