Skip to content

Commit

Permalink
Raise version to Zammad 5.2 (#136)
Browse files Browse the repository at this point in the history
* Maintenance: Fix non existing email account

* Maintenance: Raise version to Zammad 5.2

* Switch from scheduler.rb to background-worker.rb

* update to 5.2.0-9

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

Co-authored-by: André Bauer <[email protected]>
  • Loading branch information
MrGeneration and monotek authored Jun 29, 2022
1 parent 0987ff3 commit 2be5608
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: zammad
version: 6.6.0
appVersion: 5.1.1
version: 6.7.0
appVersion: 5.2.0
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
icon: https://raw.githubusercontent.com/zammad/zammad-documentation/main/images/zammad_logo_600x520.png
Expand All @@ -13,7 +13,7 @@ maintainers:
- name: monotek
email: [email protected]
- name: martini
email: contact@zammad.com
email: enjoy@zammad.com
dependencies:
- name: elasticsearch
repository: https://helm.elastic.co
Expand Down
4 changes: 2 additions & 2 deletions zammad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following table lists the configurable parameters of the zammad chart and th
| Parameter | Description | Default |
| ------------------------------------------- | ------------------------------------------------ | ------------------------------- |
| `image.repository` | Container image to use | `zammad/zammad-docker-compose` |
| `image.tag` | Container image tag to deploy | `5.1.1-11` |
| `image.tag` | Container image tag to deploy | `5.2.0-9` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `image.imagePullSecrets` | An array of imagePullSecrets | `[]` |
| `service.type` | Service type | `ClusterIP` |
Expand Down Expand Up @@ -102,7 +102,7 @@ The following table lists the configurable parameters of the zammad chart and th
| `podSecurityPolicy.annotations` | PodSecurityPolicy annotations | `{}` |
| `podSecurityPolicy.name` | PodSecurityPolicy name | `""` |
| `elasticsearch.image` | Elasticsearch docker image | `zammad/zammad-docker-compose` |
| `elasticsearch.imageTag` | Elasticsearch docker image tag | `zammad-elasticsearch-5.1.1-11` |
| `elasticsearch.imageTag` | Elasticsearch docker image tag | `zammad-elasticsearch-5.2.0-9` |
| `elasticsearch.clusterName` | Elasticsearch cluster name | `zammad` |
| `elasticsearch.replicas` | Elasticsearch replicas | `1` |
| `elasticsearch.clusterHealthCheckParams` | Workaround to get ES test work in GitHubCI | `"timeout=1s"` |
Expand Down
4 changes: 2 additions & 2 deletions zammad/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ spec:
command:
- "bundle"
- "exec"
- "script/scheduler.rb"
- "run"
- "script/background-worker.rb"
- "start"
env:
{{- if or .Values.zammadConfig.redis.pass .Values.secrets.redis.useExisting }}
- name: REDIS_PASSWORD
Expand Down
4 changes: 2 additions & 2 deletions zammad/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: zammad/zammad-docker-compose
tag: 5.1.1-11
tag: 5.2.0-9
pullPolicy: IfNotPresent
imagePullSecrets: []
# - name: "image-pull-secret"
Expand Down Expand Up @@ -346,7 +346,7 @@ podSecurityPolicy:
# Settings for the elasticsearch subchart
elasticsearch:
image: "zammad/zammad-docker-compose"
imageTag: "zammad-elasticsearch-5.1.1-11"
imageTag: "zammad-elasticsearch-5.2.0-9"
clusterName: zammad
replicas: 1
# Workaround to get helm test to work in GitHub action CI
Expand Down

0 comments on commit 2be5608

Please sign in to comment.