Releases: zammad/zammad-helm
zammad-3.2.0
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.
zammad-3.1.0
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.
zammad-3.0.0
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.
zammad-2.6.4
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.
zammad-2.6.3
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.
zammad-2.6.2
fix es auth (#64) Signed-off-by: André Bauer <[email protected]>
zammad-2.6.1
Update railsserver container to use the correct helm variable (#61) * Update railsserver container to use the correct helm variable Use the same helm variable as described in values.yaml and other containers in the pod. * update chart version Co-authored-by: André Bauer <[email protected]>
zammad-2.6.0
made es reindex optional & updated docker images (#60) * update docker images to 3.3.0-19 Signed-off-by: André Bauer <[email protected]> * removed chart type to ghet lint with helm 3 work * use matrix for kubeval * added ct timeout unit * fixed dependency repos * diasbled helm repo add * remove helm repo add * use checkout v2 * debug checkout * debug checkout * debug checkout * remove chart changes detection * fix ci dir * debug kubeval * debug kubeval * debug kubeval * debug kubeval * updated docker image & made es reindex optional * fixed readem Signed-off-by: André Bauer <[email protected]>
zammad-2.5.0
allow pod annotations to be specified (#59) This allows pod annotations to be specified for the Pods created by the StatefulSet. This can be used to, e.g., Velero backups of the persistent volume. Raise image tag to 3.5.0 Signed-off-by: Alexander Trost <[email protected]>
zammad-2.4.0
Provide a mechanism to disable liveness and readiness probes (#57) Slow resources such as Elasticsearch and Postgres can cause false positives here because of the method used for implementing the probes. Fixes #56 Co-authored-by: André Bauer <[email protected]>