fix(firefox-syncserver): fix to use PostgreSQL instead of SQLite (#2669)

* Fix to set FF_SYNCSERVER_SQLURI instead of DB_HOST.

This enables PostgreSQL as intended, instead of the upstream SQLite default.

* Bump version to 6.0.19

* Bump version to 7.0.0 as it's a breaking change

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

* Revert changes to helm-values.md since it's auto generated

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Jason Thatcher
2022-05-13 17:38:13 +10:00
committed by GitHub
parent 8d7ef501bb
commit b4c6696b23
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: "1.8.0"
version: 6.0.18
version: 7.0.0
kubeVersion: '>=1.16.0-0'
name: firefox-syncserver
description: This is an all-in-one package for running a self-hosted Firefox Sync server.

View File

@@ -25,7 +25,7 @@ env:
FF_SYNCSERVER_FORWARDED_ALLOW_IPS: "*"
envValueFrom:
DB_HOST:
FF_SYNCSERVER_SQLURI:
secretKeyRef:
name: dbcreds
key: url