Compare commits

...

4 Commits

Author SHA1 Message Date
a7b4cee9db
bump: v1.110.0
Some checks failed
/ deploy (push) Failing after 0s
2024-07-03 18:41:45 +02:00
56acbf75d0
bump: v1.110.0rc2 2024-07-01 18:35:13 +02:00
88d1486fbc
fix: remove unused regcred 2024-07-01 17:22:20 +02:00
b94f27799e
bump: v1.109.0 2024-06-19 09:44:13 +02:00
2 changed files with 1 additions and 3 deletions

2
.env
View File

@ -1,6 +1,6 @@
PROD_URL=matrix.gmoker.com PROD_URL=matrix.gmoker.com
SERVER_NAME=gmoker.com SERVER_NAME=gmoker.com
IMAGEAPP=ghcr.io/element-hq/synapse:v1.107.0 IMAGEAPP=ghcr.io/element-hq/synapse:v1.110.0
TURN_URL=turn.test.gmoker.com TURN_URL=turn.test.gmoker.com
IMAGECOTURN=docker.io/coturn/coturn:4.6.2 IMAGECOTURN=docker.io/coturn/coturn:4.6.2

View File

@ -54,8 +54,6 @@ spec:
labels: labels:
app: app app: app
spec: spec:
imagePullSecrets:
- name: regcred
containers: containers:
- name: app - name: app
image: "$IMAGEAPP" image: "$IMAGEAPP"