Skip to content

Commit

Permalink
Update postgresql Docker tag to v12.8.1 (#31)
Browse files Browse the repository at this point in the history
* Update postgresql Docker tag to v12.8.1

* Update Chart.yaml - bump chart

* fix helm values docs

---------

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
jessebot and renovate-bot authored Aug 9, 2023
1 parent eb5f817 commit 2a334fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/matrix/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.8.0
version: 12.8.1
- name: coturn
repository: https://jessebot.github.io/coturn-chart
version: 4.1.3
digest: sha256:dcca332fe9a868624364c0e4324622f18b474f54302a1addf7f20365b874e163
generated: "2023-08-09T07:28:43.478500421Z"
digest: sha256:d0cb00969fbcfd91ea1d79e18106bbed88699cebf6835031faac7c2a04591f6d
generated: "2023-08-09T08:06:19.513842036Z"
4 changes: 2 additions & 2 deletions charts/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:

type: application

version: 4.3.2
version: 4.3.3

# renovate: image=matrixdotorg/synapse
appVersion: v1.88.0
Expand All @@ -23,7 +23,7 @@ maintainers:

dependencies:
- name: postgresql
version: 12.8.0
version: 12.8.1
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: coturn
Expand Down
4 changes: 2 additions & 2 deletions charts/matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

![Version: 4.3.2](https://img.shields.io/badge/Version-4.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.88.0](https://img.shields.io/badge/AppVersion-v1.88.0-informational?style=flat-square)
![Version: 4.3.3](https://img.shields.io/badge/Version-4.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.88.0](https://img.shields.io/badge/AppVersion-v1.88.0-informational?style=flat-square)

A Helm chart to deploy a Matrix homeserver stack into Kubernetes

Expand All @@ -22,7 +22,7 @@ A Helm chart to deploy a Matrix homeserver stack into Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://jessebot.github.io/coturn-chart | coturn | 4.1.3 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 12.8.1 |

## Values

Expand Down

0 comments on commit 2a334fa

Please sign in to comment.