From febf2a4fb766f3919c35abb747e6cbf6f93a8512 Mon Sep 17 00:00:00 2001 From: Klaus Mueller Date: Wed, 17 Jun 2026 19:19:38 +0200 Subject: [PATCH 1/4] redis sentinel: remove vanilla redis k8s-service --- zammad/templates/_helpers.tpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zammad/templates/_helpers.tpl b/zammad/templates/_helpers.tpl index 2e3ed353..34359362 100755 --- a/zammad/templates/_helpers.tpl +++ b/zammad/templates/_helpers.tpl @@ -204,11 +204,7 @@ Redis Variables # sentinel {{- if .Values.zammadConfig.redis.sentinel.enabled }} - name: REDIS_SENTINELS -{{- if .Values.zammadConfig.redis.enabled }} - value: "{{ .Release.Name }}-redis" -{{- else }} value: "{{ join "," .Values.zammadConfig.redis.sentinel.sentinels }}" -{{- end }} - name: REDIS_SENTINEL_NAME value: "{{ .Values.zammadConfig.redis.sentinel.masterName | default "mymaster" }}" {{- if .Values.zammadConfig.redis.sentinel.username }} From 397f83732cef261f76894eccb63932258d09276d Mon Sep 17 00:00:00 2001 From: Klaus Mueller Date: Wed, 17 Jun 2026 19:20:15 +0200 Subject: [PATCH 2/4] redis sentinel: set k8s-service setinel as sentinels --- zammad/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zammad/values.yaml b/zammad/values.yaml index 50248501..04792055 100644 --- a/zammad/values.yaml +++ b/zammad/values.yaml @@ -299,7 +299,7 @@ zammadConfig: sentinel: enabled: false # set to true to enable Redis Sentinel sentinels: - - zammad-redis:26379 + - zammad-redis-sentinel:26379 masterName: mymaster # leave empty if no username is required username: From 71420a26a429b8a5179382966f1d654db574b6e7 Mon Sep 17 00:00:00 2001 From: Klaus Mueller Date: Wed, 17 Jun 2026 19:21:22 +0200 Subject: [PATCH 3/4] version bump 16.4.2 --- zammad/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zammad/Chart.yaml b/zammad/Chart.yaml index daa68151..e85c4f89 100755 --- a/zammad/Chart.yaml +++ b/zammad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: zammad -version: 16.4.1 +version: 16.4.2 appVersion: 7.1.0-0001 description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails. home: https://zammad.org From 0b04e11b8edd4105eea60f02e2de8740bed95e08 Mon Sep 17 00:00:00 2001 From: Klaus Mueller Date: Wed, 24 Jun 2026 10:38:17 +0200 Subject: [PATCH 4/4] versionbump: 16.4.3 --- zammad/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zammad/Chart.yaml b/zammad/Chart.yaml index c7dd197b..0fae321e 100755 --- a/zammad/Chart.yaml +++ b/zammad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: zammad -version: 16.4.2 +version: 16.4.3 appVersion: 7.1.0-0017 description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails. home: https://zammad.org