mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
[paperless] Update Helm chart postgresql to v11 (#1656)
* [paperless] Update Helm chart postgresql to v11 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ce43362859
commit
c7c3dfa100
@ -3,7 +3,7 @@ apiVersion: v2
|
||||
appVersion: 1.7.1
|
||||
description: Paperless - Index and archive all of your scanned paper documents
|
||||
name: paperless
|
||||
version: 8.8.3
|
||||
version: 9.0.0
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- paperless
|
||||
@ -22,14 +22,16 @@ dependencies:
|
||||
repository: https://library-charts.k8s-at-home.com
|
||||
version: 4.4.2
|
||||
- name: postgresql
|
||||
version: 10.16.2
|
||||
version: 11.6.12
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: postgresql.enabled
|
||||
- name: redis
|
||||
version: 15.7.6
|
||||
version: 16.13.1
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
condition: redis.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |-
|
||||
- kind: changed
|
||||
description: Updated image to v1.7.1.
|
||||
description: Upgraded `postgresql` chart dependency to version 11.6.12
|
||||
- kind: changed
|
||||
description: Upgraded `redis` chart dependency to version 16.13.1
|
||||
|
Loading…
Reference in New Issue
Block a user