Skip to content

Commit

Permalink
fixed readme values
Browse files Browse the repository at this point in the history
  • Loading branch information
monotek committed Jan 5, 2019
1 parent c7c37cb commit 5ab0d57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.4
version: 0.1.5
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
10 changes: 5 additions & 5 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-35c3` |
| `image.tag` | Container image tag to deploy | `2.8.0-21` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `service.type` | Service type | `ClusterIP` |
| `service.port` | Service port | `80` |
Expand All @@ -57,13 +57,13 @@ 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-35c3` |
| `elasticsearch.image.tag` | Elasticsearch image tag | `zammad-elasticsearch-2.8.0-23` |
| `elasticsearch.cluster.xpackEnable` | Elasticsearch Xpack option | `false` |
| `elasticsearch.cluster.env` | Elasticsearch environment variables | `` |
| `elasticsearch.client.replicas` | Elasticsearch client replicas | `2` |
| `elasticsearch.client.replicas` | Elasticsearch client replicas | `1` |
| `elasticsearch.data.terminationGracePeriodSeconds` | Elasticsearch termination Grace Period | `60` |
| `elasticsearch.data.replicas` | Elasticsearch data replicas | `2` |
| `elasticsearch.master.replicas` | Elasticsearch master replicas | `2` |
| `elasticsearch.data.replicas` | Elasticsearch data replicas | `1` |
| `elasticsearch.master.replicas` | Elasticsearch master replicas | `1` |
| `memcached.replicaCount` | Memcached replicas | `1` |
| `postgresql.postgresqlUsername` | PostgreSQL user | `zammad` |
| `postgresql.postgresqlPassword` | PostgreSQL password | `zammad` |
Expand Down

0 comments on commit 5ab0d57

Please sign in to comment.