Skip to content

Commit

Permalink
chore: bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
zekker6 committed Oct 23, 2023
1 parent de109c5 commit b618b46
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/apps/matrix/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update matrixdotorg/synapse docker tag to v1.93.0
description: update matrixdotorg/synapse docker tag to v1.94.0
apiVersion: v2
appVersion: v1.93.0
appVersion: v1.94.0
dependencies:
- name: postgresql
version: "13.x"
Expand All @@ -19,4 +19,4 @@ name: matrix
sources:
- "https://github.com/zekker6/helm-charts/tree/main/charts/apps/matrix"
type: application
version: 2.37.0
version: 2.38.0
4 changes: 2 additions & 2 deletions charts/apps/matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

![Version: 2.37.0](https://img.shields.io/badge/Version-2.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.93.0](https://img.shields.io/badge/AppVersion-v1.93.0-informational?style=flat-square)
![Version: 2.38.0](https://img.shields.io/badge/Version-2.38.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.94.0](https://img.shields.io/badge/AppVersion-v1.94.0-informational?style=flat-square)

A Helm chart to deploy a Matrix homeserver stack into Kubernetes

Expand Down Expand Up @@ -302,7 +302,7 @@ N/A
| riot.welcomeUserId | string | `""` | |
| synapse.image.pullPolicy | string | `"IfNotPresent"` | |
| synapse.image.repository | string | `"matrixdotorg/synapse"` | |
| synapse.image.tag | string | `"v1.93.0"` | |
| synapse.image.tag | string | `"v1.94.0"` | |
| synapse.labels.component | string | `"synapse"` | |
| synapse.metrics.annotations | bool | `true` | |
| synapse.metrics.enabled | bool | `true` | |
Expand Down
4 changes: 2 additions & 2 deletions docs/charts/matrix.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

![Version: 2.37.0](https://img.shields.io/badge/Version-2.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.93.0](https://img.shields.io/badge/AppVersion-v1.93.0-informational?style=flat-square)
![Version: 2.38.0](https://img.shields.io/badge/Version-2.38.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.94.0](https://img.shields.io/badge/AppVersion-v1.94.0-informational?style=flat-square)

A Helm chart to deploy a Matrix homeserver stack into Kubernetes

Expand Down Expand Up @@ -302,7 +302,7 @@ N/A
| riot.welcomeUserId | string | `""` | |
| synapse.image.pullPolicy | string | `"IfNotPresent"` | |
| synapse.image.repository | string | `"matrixdotorg/synapse"` | |
| synapse.image.tag | string | `"v1.93.0"` | |
| synapse.image.tag | string | `"v1.94.0"` | |
| synapse.labels.component | string | `"synapse"` | |
| synapse.metrics.annotations | bool | `true` | |
| synapse.metrics.enabled | bool | `true` | |
Expand Down

0 comments on commit b618b46

Please sign in to comment.