File tree Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Expand file tree Collapse file tree 5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 11---
22name : synapse 
3- version : 0.0.10  
3+ version : 0.0.11  
Original file line number Diff line number Diff line change 1+ {{- if .Values.matrixAuthentication.enabled }} 
12{{- if .Values.matrixAuthentication.autoscaling.enabled }} 
23---
34{{- if semverCompare ">=1.23-0" .Capabilities.KubeVersion.GitVersion }} 
3132        targetAverageUtilization : {{ .Values.matrixAuthentication.autoscaling.targetMemoryUtilizationPercentage }} 
3233    {{- end }} 
3334{{- end }} 
35+ {{- end }} 
Original file line number Diff line number Diff line change 1+ {{- if .Values.matrixAuthentication.enabled }} 
12apiVersion : v1 
23kind : Secret 
34metadata :
@@ -83,3 +84,4 @@ stringData:
8384    {{- end }} 
8485    {{- end }} 
8586    {{ .Values.matrixAuthentication.configYaml | nindent 4 }} 
87+ {{- end }} 
Original file line number Diff line number Diff line change 6969    dynamic_thumbnails: false  
7070    max_upload_size: 100M 
7171    email: ~  
72-     enable_3pid_changes: false  
72+     enable_3pid_changes: {{ $.Values.synapse.enable_3pid_changes }}  
7373    enable_group_creation: false  
7474    enable_registration: false  
7575    enable_room_list_search: true  
@@ -143,8 +143,8 @@ data:
143143    enable_metrics: true  
144144    federation_domain_whitelist: {{- $federation_domain_whitelist | toYaml | nindent 6 }} 
145145    federation_metrics_domains:  {{- $federation_metrics_domains | toYaml | nindent 6 }} 
146-     allow_profile_lookup_over_federation: false  
147-     allow_device_name_lookup_over_federation: false  
146+     allow_profile_lookup_over_federation: {{ $.Values.synapse.allow_profile_lookup_over_federation }}  
147+     allow_device_name_lookup_over_federation: {{ $.Values.synapse.allow_device_name_lookup_over_federation }}  
148148    instance_map: 
149149      main: 
150150        host: synapse-master-0.synapse-master 
@@ -255,7 +255,7 @@ data:
255255    use_presence: {{ $.Values.synapse.presence }} 
256256    user_directory: 
257257      enabled: true  
258-       search_all_users: false  
258+       search_all_users: {{ $.Values.synapse.search_all_users }}  
259259      prefer_local_users: true  
260260    web_client_location: "https://{{ $.Values.synapse.serverName }}/" 
261261    {{- if $.Values.matrixAuthentication.enabled }} 
Original file line number Diff line number Diff line change 11---
22synapse :
33  serverName : NOT-CONFIGURED 
4+   #  cfg ++
5+   enable_3pid_changes : false 
6+   allow_profile_lookup_over_federation : false 
7+   allow_device_name_lookup_over_federation : false 
8+   search_all_users : false 
9+   #  cfg --
410  image :
511    repository : " ghcr.io/code-tool/matrix-stack/synapse" 
612    tag : " v1.105.1" 
@@ -57,7 +63,7 @@ idp_metadata: []
5763
5864registration_shared_secret : NOT-CONFIGURED 
5965
60- media_storage_providers : {} 
66+ media_storage_providers : [] 
6167
6268experimentalFeatures :
6369  msc3967 :
@@ -358,7 +364,7 @@ turn_uris: []
358364
359365signing_key : NOT-CONFIGURED 
360366
361- root_redirect_url : NOT-CONFIGURED 
367+ root_redirect_url : ' ' 
362368
363369coturn :
364370  sharedSecret : ' ' 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments