forked from deliveryhero/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing various errors in the repo (deliveryhero#358)
* Misc fixes for errors * remove this * revert these changes but update postgres chart version * fix docs * misc changes * revert this now image is pushed * update weblate chart with redis version that exists * update postgresql values for new version of chart * must be 32 chars? * update weblate values for new chart * more updates for redis chart and weblate * fix indentation * add hostname for postgresql for weblate * again weblate CI values Signed-off-by: Thomas Nyambati <[email protected]> Co-authored-by: Max Williams <[email protected]>
- Loading branch information
1 parent
c3cb43c
commit 68c3ab6
Showing
15 changed files
with
41 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 9.1.4 | ||
version: 11.6.26 | ||
condition: postgresql.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 9.1.4 | ||
version: 11.6.26 | ||
condition: postgresql.enable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
postgresql: | ||
enabled: true | ||
fullnameOverride: weblate-postgres | ||
postgresqlHost: weblate-postgres | ||
postgresqlDatabase: weblate | ||
postgresqlUsername: postgres | ||
postgresqlPassword: weblate | ||
persistence: | ||
enabled: false | ||
fullnameOverride: weblate-postgres | ||
global: | ||
postgresql: | ||
auth: | ||
username: weblate | ||
password: weblate | ||
database: weblate | ||
primary: | ||
persistence: | ||
enabled: false | ||
|
||
redis: | ||
enabled: true | ||
fullnameOverride: weblate-redis | ||
usePassword: false | ||
redisHost: weblate-redis-master | ||
cluster: | ||
replica: | ||
replicaCount: 1 | ||
persistence: | ||
enabled: false | ||
auth: | ||
enabled: false | ||
securityContext: | ||
enabled: true | ||
fsGroup: 2000 | ||
containerSecurityContext: | ||
enabled: true | ||
runAsUser: 0 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 9.1.4 | ||
version: 11.6.26 | ||
condition: postgresql.enabled | ||
- name: redis | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 11.1.0 | ||
version: 17.0.10 | ||
condition: redis.enabled |