Skip to content

Commit

Permalink
use docker image 2.8.0-22 (#11)
Browse files Browse the repository at this point in the history
* use newest docker image

* changed readme

* removed ct vars
  • Loading branch information
monotek authored Jan 14, 2019
1 parent 1b2cf95 commit 210a6b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: zammad
version: 0.1.6
version: 0.1.7
appVersion: 2.8.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
Expand Down
4 changes: 2 additions & 2 deletions zammad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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-21` |
| `image.tag` | Container image tag to deploy | `2.8.0-22` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `service.type` | Service type | `ClusterIP` |
| `service.port` | Service port | `80` |
Expand All @@ -57,7 +57,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-23` |
| `elasticsearch.image.tag` | Elasticsearch image tag | `zammad-elasticsearch-2.8.0-22` |
| `elasticsearch.cluster.xpackEnable` | Elasticsearch Xpack option | `false` |
| `elasticsearch.cluster.env` | Elasticsearch environment variables | `` |
| `elasticsearch.client.replicas` | Elasticsearch client replicas | `1` |
Expand Down
4 changes: 2 additions & 2 deletions zammad/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usePostgresql: true

image:
repository: zammad/zammad-docker-compose
tag: 2.8.0-21
tag: 2.8.0-22
pullPolicy: IfNotPresent

service:
Expand Down Expand Up @@ -104,7 +104,7 @@ affinity: {}
elasticsearch:
image:
repository: "zammad/zammad-docker-compose"
tag: "zammad-elasticsearch-2.8.0-21"
tag: "zammad-elasticsearch-2.8.0-22"
cluster:
xpackEnable: false
env:
Expand Down

0 comments on commit 210a6b0

Please sign in to comment.