mirror of
https://github.com/truecharts/charts.git
synced 2026-07-16 09:31:20 -03:00
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:
@@ -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.
|
||||
|
||||
@@ -25,7 +25,7 @@ env:
|
||||
FF_SYNCSERVER_FORWARDED_ALLOW_IPS: "*"
|
||||
|
||||
envValueFrom:
|
||||
DB_HOST:
|
||||
FF_SYNCSERVER_SQLURI:
|
||||
secretKeyRef:
|
||||
name: dbcreds
|
||||
key: url
|
||||
|
||||
Reference in New Issue
Block a user