Skip to content

Commit

Permalink
Fix server well known to always template (#585)
Browse files Browse the repository at this point in the history
* fix server well-known

* helm docs

* helm-docs: automated action

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jessebot and github-actions[bot] authored Jun 21, 2024
1 parent 47d6ff8 commit 619a434
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:

type: application

version: 11.1.0
version: 11.1.1

# renovate: image=matrixdotorg/synapse
appVersion: v1.109.0
Expand Down
2 changes: 1 addition & 1 deletion charts/matrix/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matrix

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

A Helm chart to deploy a Matrix homeserver stack on Kubernetes

Expand Down
4 changes: 1 addition & 3 deletions charts/matrix/templates/synapse/_homeserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2151,9 +2151,7 @@ extra_well_known_client_content:
{{- toYaml . | nindent 2 }}
{{- end }}

{{- with .Values.matrix.serve_server_wellknown }}
serve_server_wellknown: {{ . }}
{{- end }}
serve_server_wellknown: {{ .Values.matrix.serve_server_wellknown }}

{{- end }}{{/* end define "homeserver.yaml" */}}
{{- end }}{{/* end if .Values.matrix.homeserverOverride */}}

0 comments on commit 619a434

Please sign in to comment.