7 Commits

5 changed files with 7 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ spec:
mountPath: /config/
- name: oauth-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0
args:
- --cookie-secure=false
- --provider=oidc

View File

@@ -81,7 +81,7 @@ spec:
secretKeyRef:
key: password
name: dashboard-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0
name: oauth-proxy
ports:
- containerPort: 8000

View File

@@ -152,7 +152,7 @@ spec:
secretKeyRef:
key: password
name: mastodon-digest-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0
name: oauth-proxy
ports:
- containerPort: 8000

View File

@@ -363,7 +363,7 @@ spec:
fsGroup: 1000
containers:
- name: "riot"
image: "vectorim/element-web:v1.11.89"
image: "vectorim/element-web:v1.11.90"
imagePullPolicy: IfNotPresent
ports:
- name: http
@@ -440,7 +440,7 @@ spec:
fsGroup: 1000
initContainers:
- name: generate-signing-key
image: "ghcr.io/element-hq/synapse:v1.121.1"
image: "ghcr.io/element-hq/synapse:v1.122.0"
imagePullPolicy: IfNotPresent
env:
- name: SYNAPSE_SERVER_NAME
@@ -467,7 +467,7 @@ spec:
mountPath: /data/keys
containers:
- name: "synapse"
image: "ghcr.io/element-hq/synapse:v1.121.1"
image: "ghcr.io/element-hq/synapse:v1.122.0"
imagePullPolicy: IfNotPresent
ports:
- name: http

View File

@@ -92,7 +92,7 @@ spec:
secretKeyRef:
key: password
name: social-to-grist-auth
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0
name: oauth-proxy
ports:
- containerPort: 8000