Compare commits
	
		
			2 Commits
		
	
	
		
			9e8e37a337
			...
			600ab21084
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 600ab21084 | |||
| c9ef32db05 | 
@@ -431,7 +431,7 @@ spec:
 | 
				
			|||||||
        fsGroup: 1000
 | 
					        fsGroup: 1000
 | 
				
			||||||
      initContainers:
 | 
					      initContainers:
 | 
				
			||||||
        - name: generate-signing-key
 | 
					        - name: generate-signing-key
 | 
				
			||||||
          image: "matrixdotorg/synapse:v1.71.0"
 | 
					          image: "matrixdotorg/synapse:v1.85.2"
 | 
				
			||||||
          imagePullPolicy: IfNotPresent
 | 
					          imagePullPolicy: IfNotPresent
 | 
				
			||||||
          env:
 | 
					          env:
 | 
				
			||||||
            - name: SYNAPSE_SERVER_NAME
 | 
					            - name: SYNAPSE_SERVER_NAME
 | 
				
			||||||
@@ -458,7 +458,7 @@ spec:
 | 
				
			|||||||
              mountPath: /data/keys
 | 
					              mountPath: /data/keys
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
        - name: "synapse"
 | 
					        - name: "synapse"
 | 
				
			||||||
          image: "matrixdotorg/synapse:v1.71.0"
 | 
					          image: "matrixdotorg/synapse:v1.85.2"
 | 
				
			||||||
          imagePullPolicy: IfNotPresent
 | 
					          imagePullPolicy: IfNotPresent
 | 
				
			||||||
          ports:
 | 
					          ports:
 | 
				
			||||||
            - name: http
 | 
					            - name: http
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user