diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38be4de1..016b76e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,11 +23,13 @@ jobs: uses: azure/setup-helm@v3 with: version: v3.8.1 - + - name: Add Helm repos run: helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.5.0 + uses: helm/chart-releaser-action@v1.6.0 env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + with: + skip_existing: true diff --git a/charts/baget/Chart.yaml b/charts/baget/Chart.yaml index f0a55265..bbea6eab 100644 --- a/charts/baget/Chart.yaml +++ b/charts/baget/Chart.yaml @@ -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" diff --git a/charts/baget/templates/deployment.yaml b/charts/baget/templates/deployment.yaml index b8127b03..cda782df 100644 --- a/charts/baget/templates/deployment.yaml +++ b/charts/baget/templates/deployment.yaml @@ -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: