[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:
renovate[bot] 2022-07-01 12:09:46 +02:00 committed by GitHub
parent ce43362859
commit c7c3dfa100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.7.1 appVersion: 1.7.1
description: Paperless - Index and archive all of your scanned paper documents description: Paperless - Index and archive all of your scanned paper documents
name: paperless name: paperless
version: 8.8.3 version: 9.0.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- paperless - paperless
@ -22,14 +22,16 @@ dependencies:
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.4.2 version: 4.4.2
- name: postgresql - name: postgresql
version: 10.16.2 version: 11.6.12
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled condition: postgresql.enabled
- name: redis - name: redis
version: 15.7.6 version: 16.13.1
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
condition: redis.enabled condition: redis.enabled
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - 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