Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad
version: 15.2.5
version: 15.3.0
appVersion: 6.5.2-22
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
Expand All @@ -23,14 +23,14 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.minio.enabled
- name: memcached
version: 7.9.3
repository: https://charts.bitnami.com/bitnami
version: 0.4.0
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: zammadConfig.memcached.enabled
- name: postgresql
version: 16.7.21
repository: https://charts.bitnami.com/bitnami
condition: zammadConfig.postgresql.enabled
- name: redis
version: 20.13.4
repository: https://charts.bitnami.com/bitnami
version: 0.11.0
repository: oci://ghcr.io/cloudpirates-io/helm-charts
condition: zammadConfig.redis.enabled
2 changes: 1 addition & 1 deletion zammad/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ environment variables for the Zammad Rails stack
- name: RAILS_TRUSTED_PROXIES
value: "{{ .Values.zammadConfig.railsserver.trustedProxies }}"
- name: REDIS_URL
value: "redis://:$(REDIS_PASSWORD)@{{ if .Values.zammadConfig.redis.enabled }}{{ .Release.Name }}-redis-master{{ else }}{{ .Values.zammadConfig.redis.host }}{{ end }}:{{ .Values.zammadConfig.redis.port }}"
value: "redis://:$(REDIS_PASSWORD)@{{ if .Values.zammadConfig.redis.enabled }}{{ .Release.Name }}-redis{{ else }}{{ .Values.zammadConfig.redis.host }}{{ end }}:{{ .Values.zammadConfig.redis.port }}"
- name: POSTGRESQL_PASS
valueFrom:
secretKeyRef:
Expand Down
35 changes: 0 additions & 35 deletions zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -692,19 +692,6 @@ elasticsearch:

# settings for the memcached subchart
memcached:
# Workaround: switch to bitnami legacy image repository (https://github.com/bitnami/containers/issues/83267)
image:
repository: bitnamilegacy/memcached
volumePermissions:
image:
repository: bitnamilegacy/os-shell
metrics:
image:
repository: bitnamilegacy/memcached-exporter
global:
security:
allowInsecureImages: true

replicaCount: 1
resources: {}
# requests:
Expand Down Expand Up @@ -792,28 +779,6 @@ postgresql:

# settings for the redis subchart
redis:
# Workaround: switch to bitnami legacy image repository (https://github.com/bitnami/containers/issues/83267)
image:
repository: bitnamilegacy/redis
volumePermissions:
image:
repository: bitnamilegacy/os-shell
metrics:
image:
repository: bitnamilegacy/redis-exporter
sentinel:
image:
repository: bitnamilegacy/redis-sentinel
kubectl:
image:
repository: bitnamilegacy/kubectl
sysctl:
image:
repository: bitnamilegacy/os-shell
global:
security:
allowInsecureImages: true

architecture: standalone
auth:
password: zammad
Expand Down