mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Bump version to 5.4.0 (#8522)
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
feb78d8bcc
commit
003cd0bd13
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: Mattermost Team Edition server.
|
||||
name: mattermost-team-edition
|
||||
version: 1.1.2
|
||||
appVersion: 5.3.1
|
||||
version: 1.2.0
|
||||
appVersion: 5.4.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.3.1`
|
||||
`image.tag` | container image tag | `5.4.0`
|
||||
`revisionHistoryLimit` | How many old ReplicaSets for Mattermost Deployment you want to retain | `1`
|
||||
`config.SiteUrl` | The URL that users will use to access Mattermost. ie `https://mattermost.mycompany.com` | ``
|
||||
`config.SiteName` | Name of service shown in login screens and UI | `Mattermost`
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Declare variables to be passed into your templates.
|
||||
image:
|
||||
repository: mattermost/mattermost-team-edition
|
||||
tag: 5.3.1
|
||||
tag: 5.4.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
## How many old ReplicaSets for Mattermost Deployment you want to retain
|
||||
|
||||
Reference in New Issue
Block a user