Skip to content
This repository has been archived by the owner on Dec 15, 2024. It is now read-only.

Update postgresql Docker tag to v16 #33

Merged
merged 2 commits into from
Oct 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/matrix-sliding-sync/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.17
digest: sha256:7ddb961982ac08f3c928d9414bb98492348e003d99bd4e687379c483c381bf5e
generated: "2024-07-16T16:14:28.640182599Z"
version: 16.0.0
digest: sha256:b600cbb18c22aa013d71d200782f07c6eabcd33a490448a13015f880fb48033b
generated: "2024-10-02T14:13:14.419723452Z"
4 changes: 2 additions & 2 deletions charts/matrix-sliding-sync/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.8
version: 1.0.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -27,7 +27,7 @@ appVersion: "v0.99.19"

dependencies:
- name: postgresql
version: 15.5.17
version: 16.0.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled

Expand Down
6 changes: 3 additions & 3 deletions charts/matrix-sliding-sync/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix-sliding-sync

![Version: 0.5.8](https://img.shields.io/badge/Version-0.5.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.99.19](https://img.shields.io/badge/AppVersion-v0.99.19-informational?style=flat-square)
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.99.19](https://img.shields.io/badge/AppVersion-v0.99.19-informational?style=flat-square)

A Helm chart for deploying matrix sliding sync on Kubernetes

Expand All @@ -14,7 +14,7 @@ A Helm chart for deploying matrix sliding sync on Kubernetes

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.17 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.0.0 |

## Values

Expand Down Expand Up @@ -120,4 +120,4 @@ A Helm chart for deploying matrix sliding sync on Kubernetes
| volumes | list | `[]` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Binary file not shown.
Binary file not shown.
Loading