Skip to content

Commit

Permalink
updated zammad image to 3.0.0-5 (#22)
Browse files Browse the repository at this point in the history
* use multinode kind cluster and added k8s 1.13.2 to test

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

* updated zammad immage to 3.0.0-5

* added elasticsearch clustername

* updated gcloud-kubectl-helm to 2.14.1-249.0.0-148
  • Loading branch information
monotek authored Jun 11, 2019
1 parent 8ad3372 commit 4492ccd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

deploy-chart:
docker:
- image: kiwigrid/gcloud-kubectl-helm:2.13.0-234.0.0-90
- image: kiwigrid/gcloud-kubectl-helm:2.14.1-249.0.0-148
steps:
- add_ssh_keys:
fingerprints:
Expand Down
4 changes: 2 additions & 2 deletions zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: zammad
version: 1.0.2
appVersion: 2.9.0
version: 1.1.0
appVersion: 3.0.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/master/images/zammad_logo_600x520.png
Expand Down
4 changes: 2 additions & 2 deletions zammad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following table lists the configurable parameters of the zammad chart and th
| `useMemcached` | Use Memcached dependency | `true` |
| `usePostgresql` | Use PostgreSQL dependency | `true` |
| `image.repository` | Container image to use | `zammad/zammad-docker-compose` |
| `image.tag` | Container image tag to deploy | `2.8.0-26` |
| `image.tag` | Container image tag to deploy | `3.0.0-5` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `service.type` | Service type | `ClusterIP` |
| `service.port` | Service port | `80` |
Expand Down Expand Up @@ -66,7 +66,7 @@ The following table lists the configurable parameters of the zammad chart and th
| `tolerations` | Tolerations | `[]` |
| `affinity` | Affinity | `{}` |
| `elasticsearch.image.repository` | Elasticsearch image repo | `zammad/zammad-docker-compose` |
| `elasticsearch.image.tag` | Elasticsearch image tag | `zammad-elasticsearch-2.8.0-26` |
| `elasticsearch.image.tag` | Elasticsearch image tag | `zammad-elasticsearch-3.0.0-5` |
| `elasticsearch.cluster.xpackEnable` | Enable Elasticsearch Xpack option | `false` |
| `elasticsearch.cluster.env` | Elasticsearch environment variables | `` |
| `elasticsearch.client.replicas` | Elasticsearch client replicas | `1` |
Expand Down
5 changes: 3 additions & 2 deletions zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ usePostgresql: true

image:
repository: zammad/zammad-docker-compose
tag: 2.9.0-3
tag: 3.0.0-5
pullPolicy: IfNotPresent

service:
Expand Down Expand Up @@ -152,8 +152,9 @@ affinity: {}
elasticsearch:
image:
repository: "zammad/zammad-docker-compose"
tag: "zammad-elasticsearch-2.9.0-3"
tag: "zammad-elasticsearch-3.0.0-5"
cluster:
name: zammad
xpackEnable: false
# See README for proper configuration
env:
Expand Down

0 comments on commit 4492ccd

Please sign in to comment.