mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
committed by
Kubernetes Prow Robot
parent
68cb50cdfa
commit
ac8dd4986a
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: Mattermost Team Edition server.
|
||||
name: mattermost-team-edition
|
||||
version: 2.0.0
|
||||
appVersion: 5.5.1
|
||||
version: 2.1.0
|
||||
appVersion: 5.6.0
|
||||
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.5.1`
|
||||
`image.tag` | container image tag | `5.6.0`
|
||||
`image.imagePullPolicy` | container image pull policy | `IfNotPresent`
|
||||
`initContainerImage.repository` | init container image repository | `appropriate/curl`
|
||||
`initContainerImage.tag` | init container image tag | `latest`
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Declare variables to be passed into your templates.
|
||||
image:
|
||||
repository: mattermost/mattermost-team-edition
|
||||
tag: 5.5.1
|
||||
tag: 5.6.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
initContainerImage:
|
||||
|
||||
Reference in New Issue
Block a user