mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Update chart dependency for postgresql
* Update Chart.yaml Set postgresql Chart version to 12.1.6. Bitnami deleted 11.1.3. * Force postgresql image tag version Co-authored-by: Émilien Devos <contact@emiliendevos.be>
This commit is contained in:
parent
927c37ce3e
commit
692166bd64
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,6 @@ maintainers:
|
|||
email: mail@leonklingele.de
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
version: ~11.1.3
|
||||
version: ~12.1.6
|
||||
repository: "https://charts.bitnami.com/bitnami/"
|
||||
engine: gotpl
|
||||
|
|
|
@ -34,6 +34,8 @@ securityContext:
|
|||
|
||||
# See https://github.com/bitnami/charts/tree/master/bitnami/postgresql
|
||||
postgresql:
|
||||
image:
|
||||
tag: 13
|
||||
auth:
|
||||
username: kemal
|
||||
password: kemal
|
||||
|
|
Loading…
Reference in a new issue