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

Update ghcr.io/matrix-org/sliding-sync Docker tag to v0.99.19 #21

Merged
merged 2 commits into from
Jun 29, 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
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,15 +15,15 @@ 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.2
version: 0.5.3

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
#
# renovate: image=ghcr.io/matrix-org/sliding-sync
appVersion: "v0.99.18"
appVersion: "v0.99.19"

dependencies:
- name: postgresql
Expand Down
4 changes: 2 additions & 2 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.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.99.18](https://img.shields.io/badge/AppVersion-v0.99.18-informational?style=flat-square)
![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-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.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.11 |

## Values

Expand Down
Loading