fix(apps): revert postgres major upgrade and fix some apps with more than 1 ingresses (#4676)
* revert postgres * fix second ingress on few apps
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: paperless-ng
|
||||
version: 7.0.3
|
||||
version: 7.0.4
|
||||
appVersion: "1.9.2"
|
||||
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
|
||||
type: application
|
||||
@@ -24,7 +24,7 @@ dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 10.0.5
|
||||
version: 10.0.2
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
|
||||
Reference in New Issue
Block a user