fix: bump postgresql on nextcloud to a working version
This commit is contained in:
parent
dc93a90778
commit
e196216aea
|
@ -7,7 +7,7 @@ dependencies:
|
|||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
|
@ -33,4 +33,4 @@ sources:
|
|||
- https://github.com/nextcloud/docker
|
||||
- https://github.com/nextcloud/helm
|
||||
type: application
|
||||
version: 4.0.5
|
||||
version: 4.0.6
|
||||
|
|
Loading…
Reference in New Issue