mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
committed by
Kubernetes Prow Robot
parent
72dd8525bc
commit
a7c58360bf
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: Mattermost Team Edition server.
|
||||
name: mattermost-team-edition
|
||||
version: 2.1.2
|
||||
appVersion: 5.6.1
|
||||
version: 2.1.3
|
||||
appVersion: 5.6.2
|
||||
keywords:
|
||||
- mattermost
|
||||
- communication
|
||||
|
||||
@@ -46,7 +46,7 @@ The following table lists the configurable parameters of the Mattermost Team Edi
|
||||
Parameter | Description | Default
|
||||
--- | --- | ---
|
||||
`image.repository` | container image repository | `mattermost/mattermost-team-edition`
|
||||
`image.tag` | container image tag | `5.6.1`
|
||||
`image.tag` | container image tag | `5.6.2`
|
||||
`image.imagePullPolicy` | container image pull policy | `IfNotPresent`
|
||||
`initContainerImage.repository` | init container image repository | `appropriate/curl`
|
||||
`initContainerImage.tag` | init container image tag | `latest`
|
||||
@@ -78,7 +78,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
|
||||
|
||||
```bash
|
||||
$ helm install --name my-release \
|
||||
--set image.tag=5.6.1 \
|
||||
--set image.tag=5.6.2 \
|
||||
--set mysql.mysqlUser=sampleUser \
|
||||
--set mysql.mysqlPassword=samplePassword \
|
||||
stable/mattermost-team-edition
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Declare variables to be passed into your templates.
|
||||
image:
|
||||
repository: mattermost/mattermost-team-edition
|
||||
tag: 5.6.1
|
||||
tag: 5.6.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
initContainerImage:
|
||||
|
||||
Reference in New Issue
Block a user