Skip to content

Commit

Permalink
Update matrixdotorg/synapse Docker tag to v1.103.0 (#519)
Browse files Browse the repository at this point in the history
* Update matrixdotorg/synapse Docker tag to v1.103.0

* update matrix helm docs

* fix setup helm dep to v4

* change name of postgresql synapse network policy

---------

Co-authored-by: small-hack-renovate[bot] <151926327+small-hack-renovate[bot]@users.noreply.github.com>
Co-authored-by: jessebot <jessebot@linux.com>
  • Loading branch information
small-hack-renovate[bot] and jessebot authored Mar 21, 2024
1 parent 11d22fb commit f25b123
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: "0"

- name: Install Helm
uses: azure/setup-helm@v3.5
uses: azure/setup-helm@v4

- name: Add dependency chart repos
run: |
Expand Down
4 changes: 2 additions & 2 deletions charts/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ sources:

type: application

version: 7.0.2
version: 7.1.2

# renovate: image=matrixdotorg/synapse
appVersion: v1.102.0
appVersion: v1.103.0

maintainers:
- name: "jessebot"
Expand Down
3 changes: 1 addition & 2 deletions charts/matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# matrix

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

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

A Helm chart to deploy a Matrix homeserver stack on Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion charts/matrix/templates/postgresql/network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: {{ include "matrix.fullname" . }}-postgresql
name: {{ include "matrix.fullname" . }}-synapse-postgresql
labels:
{{ include "matrix.labels" . | indent 4 }}
spec:
Expand Down

0 comments on commit f25b123

Please sign in to comment.