Skip to content

Commit

Permalink
Update base image to 3.1.0-10 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
swistaczek authored and monotek committed Aug 18, 2019
1 parent 2ea57b4 commit 169f978
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.1.2
appVersion: 3.0.0
version: 1.2.0
appVersion: 3.1.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 | `3.0.0-5` |
| `image.tag` | Container image tag to deploy | `3.1.0-10` |
| `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-3.0.0-5` |
| `elasticsearch.image.tag` | Elasticsearch image tag | `zammad-elasticsearch-3.1.0-10` |
| `elasticsearch.cluster.xpackEnable` | Enable 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 @@ -5,7 +5,7 @@ usePostgresql: true

image:
repository: zammad/zammad-docker-compose
tag: 3.0.0-5
tag: 3.1.0-10
pullPolicy: IfNotPresent

service:
Expand Down Expand Up @@ -152,7 +152,7 @@ affinity: {}
elasticsearch:
image:
repository: "zammad/zammad-docker-compose"
tag: "zammad-elasticsearch-3.0.0-5"
tag: "zammad-elasticsearch-3.1.0-10"
cluster:
name: zammad
xpackEnable: false
Expand Down

0 comments on commit 169f978

Please sign in to comment.