Skip to content

Commit

Permalink
[dendrite] Bump and correct postgresql subchart config (k8s-at-home#1716
Browse files Browse the repository at this point in the history
)
  • Loading branch information
wrmilling authored Aug 1, 2022
1 parent cf3fcc4 commit b00dcc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
22 changes: 3 additions & 19 deletions charts/incubator/dendrite/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v0.8.9
description: Dendrite Matrix Homeserver
name: dendrite
version: 6.1.0
version: 6.1.1
kubeVersion: ">=1.16.0-0"
keywords:
- dendrite
Expand All @@ -24,7 +24,7 @@ dependencies:
repository: https://library-charts.k8s-at-home.com
version: 4.5.0
- name: postgresql
version: 11.6.12
version: 11.6.21
repository: https://charts.bitnami.com/bitnami
condition: postgresql.enabled
- name: nats
Expand Down Expand Up @@ -82,20 +82,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'clientapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'mediaapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'syncapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'roomserver'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'federationapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'keyserver'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'userapi'
- kind: changed
description: Upgraded `common` chart dependency to version 4.5.0 for alias 'appserviceapi'
description: Corrected postgres persistence definition and bumped chart version
6 changes: 3 additions & 3 deletions charts/incubator/dendrite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -600,14 +600,14 @@ postgresql:
enabled: false
image:
repository: bitnami/postgresql
tag: "14.1.0"
tag: "14.4.0"
auth:
username: dendrite
password: changeme
database: dendrite
persistence:
enabled: false
primary:
persistence:
enabled: false
initdb:
scriptsConfigMap: "dendrite-postgresql-init-scripts"

Expand Down

0 comments on commit b00dcc3

Please sign in to comment.