Skip to content

Commit

Permalink
fix: persistently save SQLite database
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoXiaoSN committed Feb 6, 2024
1 parent d57dd3d commit 8defdf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/baget/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ name: baget
sources:
- https://github.com/loic-sharma/BaGet
- https://hub.docker.com/r/loicsharma/baget
version: "1.0.5"
version: "1.0.6"
2 changes: 1 addition & 1 deletion charts/baget/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
{{- end }}
{{- if eq .Values.database.type "Sqlite" .}}
- name: Database__ConnectionString
value: "Data Source=baget.db"
value: "Data Source=/app/packages/baget.db"
{{- end }}
livenessProbe:
httpGet:
Expand Down

0 comments on commit 8defdf8

Please sign in to comment.