Skip to content
Snippets Groups Projects
Verified Commit 89dca958 authored by Hugo Renard's avatar Hugo Renard
Browse files

feat(rocketchat): bump to v5.4.10

parent 3011747b
No related branches found
Tags 5
No related merge requests found
......@@ -120,7 +120,7 @@ spec:
name: ${FQDN}-config
- configMapRef:
name: ${FQDN}-config-custom
image: libresh/rocketchat:5.4.1
image: libresh/rocketchat:5.4.10
imagePullPolicy: IfNotPresent
name: app
ports:
......@@ -233,6 +233,7 @@ data:
OVERWRITE_SETTING_Jitsi_SSL: 'true'
OVERWRITE_SETTING_Jitsi_Open_New_Window: 'true'
OVERWRITE_SETTING_Jitsi_Enable_Channels: 'true'
OVERWRITE_SETTING_VideoConf_Default_Provider: 'jitsi'
{{if .ConfigureOAuth}}
# OAuth
OVERWRITE_SETTING_Accounts_TwoFactorAuthentication_By_Email_Enabled: 'false'
......@@ -267,6 +268,7 @@ data:
Accounts_ShowFormLogin: 'false'
Accounts_RegistrationForm: disabled
OVERWRITE_SETTING_Accounts_AllowPasswordChangeForOAuthUsers: 'false'
OVERWRITE_SETTING_Accounts_AllowUsernameChange: 'false'
OVERWRITE_SETTING_Accounts_Send_Email_When_Activating: 'false'
OVERWRITE_SETTING_Accounts_RequirePasswordConfirmation: 'false'
OVERWRITE_SETTING_Accounts_Verify_Email_For_External_Accounts: 'true'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment