File tree Expand file tree Collapse file tree 3 files changed +20
-15
lines changed Expand file tree Collapse file tree 3 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 11dependencies:
22- name: postgresql
3- repository: https://kubernetes- charts.storage.googleapis. com/
4- version: 8.3.0
5- digest: sha256:1feec3c396cbf27573dc201831ccd3376a4a6b58b2e7618ce30a89b8f5d707fd
6- generated: "2020-02-07T13:39:38.624846+01 :00"
3+ repository: https://charts.bitnami. com/bitnami /
4+ version: 11.1.3
5+ digest: sha256:79061645472b6fb342d45e8e5b3aacd018ef5067193e46a060bccdc99fe7f6e1
6+ generated: "2022-03-02T05:57:20.081432389+13 :00"
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : invidious
33description : Invidious is an alternative front-end to YouTube
4- version : 1.1.0
4+ version : 1.1.1
55appVersion : 0.20.1
66keywords :
77- youtube
@@ -17,6 +17,6 @@ maintainers:
17171818dependencies :
1919- name : postgresql
20- version : ~8.3.0
21- repository : " https://kubernetes- charts.storage.googleapis. com/"
20+ version : ~11.1.3
21+ repository : " https://charts.bitnami. com/bitnami /"
2222engine : gotpl
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ autoscaling:
1414 targetCPUUtilizationPercentage : 50
1515
1616service :
17- type : clusterIP
17+ type : ClusterIP
1818 port : 3000
1919 # loadBalancerIP:
2020
@@ -32,14 +32,19 @@ securityContext:
3232 runAsGroup : 1000
3333 fsGroup : 1000
3434
35- # See https://github.com/helm /charts/tree/master/stable /postgresql
35+ # See https://github.com/bitnami /charts/tree/master/bitnami /postgresql
3636postgresql :
37- postgresqlUsername : kemal
38- postgresqlPassword : kemal
39- postgresqlDatabase : invidious
40- initdbUsername : kemal
41- initdbPassword : kemal
42- initdbScriptsConfigMap : invidious-postgresql-init
37+ image :
38+ registry : quay.io
39+ auth :
40+ username : kemal
41+ password : kemal
42+ database : invidious
43+ primary :
44+ initdb :
45+ username : kemal
46+ password : kemal
47+ scriptsConfigMap : invidious-postgresql-init
4348
4449# Adapted from ../config/config.yml
4550config :
You can’t perform that action at this time.
0 commit comments