mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Piped: Major upgrade due to Postgres update.
This commit is contained in:
parent
ffd8f29383
commit
077e4570c2
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ sources:
|
||||||
- https://github.com/TeamPiped/piped-proxy
|
- https://github.com/TeamPiped/piped-proxy
|
||||||
keywords:
|
keywords:
|
||||||
- streaming
|
- streaming
|
||||||
version: 3.1.2
|
version: 4.0.0
|
||||||
appVersion: latest
|
appVersion: latest
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@ -23,9 +23,9 @@ dependencies:
|
||||||
version: 1.5.1
|
version: 1.5.1
|
||||||
- name: postgresql
|
- name: postgresql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 12.10.2
|
version: 13.1.5
|
||||||
condition: postgresql.enabled
|
condition: postgresql.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |-
|
artifacthub.io/changes: |-
|
||||||
- kind: fixed
|
- kind: upgraded
|
||||||
description: Postgres image in values
|
description: Postgres version from 12 to 13
|
||||||
|
|
|
@ -183,7 +183,7 @@ ingress:
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
tag: 12.10.0-debian-10-r93
|
tag: 13.12.0-debian-11-r58
|
||||||
auth:
|
auth:
|
||||||
database: piped
|
database: piped
|
||||||
username: piped
|
username: piped
|
||||||
|
|
Loading…
Reference in a new issue