Skip to content

Commit

Permalink
Add missing settings on config.json (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
agusl88 authored and cpanato committed Sep 16, 2019
1 parent da802f3 commit b11db54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mattermost-team-edition/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Mattermost Team Edition server.
name: mattermost-team-edition
version: 3.6.1
version: 3.6.2
appVersion: 5.13.2
keywords:
- mattermost
Expand Down
2 changes: 2 additions & 0 deletions charts/mattermost-team-edition/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ configJSON: {
"EnableOnlyAdminIntegrations": false,
"EnablePostUsernameOverride": false,
"EnablePostIconOverride": false,
"EnableBotAccountCreation": false,
"EnableUserAccessTokens": false,
"EnableLinkPreviews": false,
"EnableTesting": false,
"EnableDeveloper": false,
Expand Down

0 comments on commit b11db54

Please sign in to comment.