Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermost-build authored Feb 2, 2023
2 parents e49dff0 + 758f120 commit 6618be1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/mattermost-enterprise-edition/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
description: Mattermost Enterprise server with high availitibity.
name: mattermost-enterprise-edition
type: application
version: 2.6.13
appVersion: 7.4.0
version: 2.6.18
appVersion: 7.7.1
keywords:
- mattermost
- communication
Expand Down
2 changes: 1 addition & 1 deletion charts/mattermost-enterprise-edition/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ mattermostApp:
replicaCount: 2
image:
repository: mattermost/mattermost-enterprise-edition
tag: 7.4.0@sha256:8696029b7282e85b8f060822b0cf88b652251b918aa52b30c9047e445bd304a9
tag: 7.7.1@sha256:d66f763d17a04c02916c425c03e67310925ff0e2ffccb14382a9044b116c39c6
pullPolicy: IfNotPresent

strategy:
Expand Down
2 changes: 1 addition & 1 deletion charts/mattermost-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ helm repo add mattermost https://helm.mattermost.com

# 2. Configuration

To start, copy [mattermost-operator/charts/mattermost-operator/values.yaml](https://github.com/mattermost/mattermost-operator/blob/master/charts/mattermost-operator/values.yaml) and name it `config.yaml`. This will be your configuration file for the Mattermost Operator chart. You can use the default values that will deploy Mattermost-Operator, Mysql-Operator and Minio-Operator together (use of mysql and minio operators is not suggested for production environments) or update accordingly.
To start, copy [mattermost-helm/charts/mattermost-operator/values.yaml](https://github.com/mattermost/mattermost-helm/blob/master/charts/mattermost-operator/values.yaml) and name it `config.yaml`. This will be your configuration file for the Mattermost Operator chart. You can use the default values that will deploy Mattermost-Operator, Mysql-Operator and Minio-Operator together (use of mysql and minio operators is not suggested for production environments) or update accordingly.


# 3. Install
Expand Down
4 changes: 2 additions & 2 deletions charts/mattermost-team-edition/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
description: Mattermost Team Edition server.
type: application
name: mattermost-team-edition
version: 6.6.13
appVersion: 7.4.0
version: 6.6.18
appVersion: 7.7.1
keywords:
- mattermost
- communication
Expand Down
2 changes: 1 addition & 1 deletion charts/mattermost-team-edition/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: mattermost/mattermost-team-edition
tag: 7.4.0@sha256:e4ea2764d9843dcdd88629de198766198c18ce686614d7acc6595e7d35353f3c
tag: 7.7.1@sha256:94d382c9cb06f0d0194bbebb9e20f285b29338c3cd0d46444b3e46b9fd16913d
imagePullPolicy: IfNotPresent

initContainerImage:
Expand Down

0 comments on commit 6618be1

Please sign in to comment.