Skip to content

Commit 0c93aba

Browse files
fix the bridges pvc to create if bridges.alertmanager is enabled (#628)
* fix the bridges pvc to create if alertmanager is enabled * helm-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c610b6d commit 0c93aba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/matrix/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sources:
88

99
type: application
1010

11-
version: 17.2.0
11+
version: 17.2.1
1212

1313
# renovate: image=matrixdotorg/synapse
1414
appVersion: v1.117.0

charts/matrix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# matrix
22

3-
![Version: 17.2.0](https://img.shields.io/badge/Version-17.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.117.0](https://img.shields.io/badge/AppVersion-v1.117.0-informational?style=flat-square)
3+
![Version: 17.2.1](https://img.shields.io/badge/Version-17.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.117.0](https://img.shields.io/badge/AppVersion-v1.117.0-informational?style=flat-square)
44

55
A Helm chart to deploy a Matrix homeserver stack on Kubernetes
66

charts/matrix/templates/bridges-pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if not .Values.bridges.volume.existingClaim }}
2-
{{- if or .Values.bridges.hookshot.enabled .Values.bridges.whatsapp.enabled .Values.bridges.discord.enabled .Values.bridges.discord_mautrix.enabled .Values.bridges.irc.enabled }}
2+
{{- if or .Values.bridges.hookshot.enabled .Values.bridges.whatsapp.enabled .Values.bridges.discord.enabled .Values.bridges.discord_mautrix.enabled .Values.bridges.irc.enabled .Values.bridges.alertmanager.enabled }}
33
apiVersion: v1
44
kind: PersistentVolumeClaim
55
metadata:

0 commit comments

Comments
 (0)