We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57dd3d commit 5dfdf2aCopy full SHA for 5dfdf2a
charts/baget/Chart.yaml
@@ -10,4 +10,4 @@ name: baget
10
sources:
11
- https://github.com/loic-sharma/BaGet
12
- https://hub.docker.com/r/loicsharma/baget
13
-version: "1.0.5"
+version: "1.0.6"
charts/baget/templates/deployment.yaml
@@ -64,7 +64,7 @@ spec:
64
{{- end }}
65
{{- if eq .Values.database.type "Sqlite" .}}
66
- name: Database__ConnectionString
67
- value: "Data Source=baget.db"
+ value: "Data Source=/app/packages/baget.db"
68
69
livenessProbe:
70
httpGet:
0 commit comments