Skip to content

Releases: zammad/zammad-helm

zammad-3.2.0

09 Jan 15:59
cbedc59
Compare
Choose a tag to compare

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

21 Nov 18:46
238563e
Compare
Choose a tag to compare

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

18 Nov 23:33
4e88c5b
Compare
Choose a tag to compare

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

17 Oct 21:41
e286764
Compare
Choose a tag to compare

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

17 Oct 21:21
6f0546c
Compare
Choose a tag to compare

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

17 Oct 13:12
89d17e3
Compare
Choose a tag to compare
fix es auth (#64)

Signed-off-by: André Bauer <[email protected]>

zammad-2.6.1

17 Oct 13:12
7a29179
Compare
Choose a tag to compare
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

17 Oct 13:12
4c0b3c1
Compare
Choose a tag to compare
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

17 Oct 13:12
19e71af
Compare
Choose a tag to compare
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

17 Oct 13:11
4a618cd
Compare
Choose a tag to compare
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]>