Skip to content

Commit

Permalink
Merge pull request #129 from zekker6/renovate/matrixdotorg-synapse-1.x
Browse files Browse the repository at this point in the history
feat(docker-image): update matrixdotorg/synapse docker tag to v1.82.0
  • Loading branch information
zekker6 committed May 2, 2023
2 parents aece29a + 10c6cb5 commit 4045219
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.81.0
description: update matrixdotorg/synapse docker tag to v1.82.0
apiVersion: v2
appVersion: v1.81.0
appVersion: v1.82.0
dependencies:
- name: postgresql
version: "12.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.23.0
version: 2.24.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.23.0](https://img.shields.io/badge/Version-2.23.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.81.0](https://img.shields.io/badge/AppVersion-v1.81.0-informational?style=flat-square)
![Version: 2.24.0](https://img.shields.io/badge/Version-2.24.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.82.0](https://img.shields.io/badge/AppVersion-v1.82.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.81.0"` | |
| synapse.image.tag | string | `"v1.82.0"` | |
| synapse.labels.component | string | `"synapse"` | |
| synapse.metrics.annotations | bool | `true` | |
| synapse.metrics.enabled | bool | `true` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/matrix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ postgresql:
synapse:
image:
repository: "matrixdotorg/synapse"
tag: v1.81.0
tag: v1.82.0
pullPolicy: IfNotPresent
service:
type: ClusterIP
Expand Down
6 changes: 3 additions & 3 deletions charts/library/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ N/A
| addons.codeserver.git.deployKeySecret | string | `""` | Existing secret containing SSH private key The chart expects it to be present under the `id_rsa` key. |
| addons.codeserver.image.pullPolicy | string | `"IfNotPresent"` | Specify the code-server image pull policy |
| addons.codeserver.image.repository | string | `"ghcr.io/coder/code-server"` | Specify the code-server image |
| addons.codeserver.image.tag | string | `"4.11.0"` | Specify the code-server image tag |
| addons.codeserver.image.tag | string | `"4.12.0"` | Specify the code-server image tag |
| addons.codeserver.ingress.enabled | bool | `false` | Enable an ingress for the code-server add-on. |
| addons.codeserver.ingress.ingressClassName | string | `nil` | Set the ingressClass that is used for this ingress. Requires Kubernetes >=1.19 |
| addons.codeserver.service.enabled | bool | `true` | Enable a service for the code-server add-on. |
Expand All @@ -93,14 +93,14 @@ N/A
| addons.netshoot.env | object | `{}` | Set any environment variables for netshoot here |
| addons.netshoot.image.pullPolicy | string | `"IfNotPresent"` | Specify the netshoot image pull policy |
| addons.netshoot.image.repository | string | `"ghcr.io/nicolaka/netshoot"` | Specify the netshoot image |
| addons.netshoot.image.tag | string | `"v0.9"` | Specify the netshoot image tag |
| addons.netshoot.image.tag | string | `"v0.10"` | Specify the netshoot image tag |
| addons.promtail | object | See values.yaml | The common library supports adding a promtail add-on to to access logs and ship them to loki. It can be configured under this key. |
| addons.promtail.args | list | `[]` | Set promtail command line arguments |
| addons.promtail.enabled | bool | `false` | Enable running a promtail container in the pod |
| addons.promtail.env | object | `{}` | Set any environment variables for promtail here |
| addons.promtail.image.pullPolicy | string | `"IfNotPresent"` | Specify the promtail image pull policy |
| addons.promtail.image.repository | string | `"docker.io/grafana/promtail"` | Specify the promtail image |
| addons.promtail.image.tag | string | `"2.8.0"` | Specify the promtail image tag |
| addons.promtail.image.tag | string | `"2.8.1"` | Specify the promtail image tag |
| addons.promtail.logs | list | `[]` | The paths to logs on the volume |
| addons.promtail.loki | string | `""` | The URL to Loki |
| addons.promtail.volumeMounts | list | `[]` | Specify a list of volumes that get mounted in the promtail container. At least 1 volumeMount is required! |
Expand Down

0 comments on commit 4045219

Please sign in to comment.