Compare commits
7 Commits
14cfa1f00d
...
e8484703b1
Author | SHA1 | Date | |
---|---|---|---|
e8484703b1 | |||
e6d8a83893 | |||
1fe7ed11b5 | |||
eeddd81477 | |||
c878a4141b | |||
49f0751204 | |||
199626171e |
@@ -67,7 +67,7 @@ spec:
|
|||||||
mountPath: /config/
|
mountPath: /config/
|
||||||
|
|
||||||
- name: oauth-proxy
|
- name: oauth-proxy
|
||||||
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
|
image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0
|
||||||
args:
|
args:
|
||||||
- --cookie-secure=false
|
- --cookie-secure=false
|
||||||
- --provider=oidc
|
- --provider=oidc
|
||||||
|
@@ -81,7 +81,7 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: password
|
key: password
|
||||||
name: dashboard-auth
|
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
|
name: oauth-proxy
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
@@ -152,7 +152,7 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: password
|
key: password
|
||||||
name: mastodon-digest-auth
|
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
|
name: oauth-proxy
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
@@ -363,7 +363,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: "riot"
|
- name: "riot"
|
||||||
image: "vectorim/element-web:v1.11.89"
|
image: "vectorim/element-web:v1.11.90"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
@@ -440,7 +440,7 @@ spec:
|
|||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: generate-signing-key
|
- name: generate-signing-key
|
||||||
image: "ghcr.io/element-hq/synapse:v1.121.1"
|
image: "ghcr.io/element-hq/synapse:v1.122.0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SYNAPSE_SERVER_NAME
|
- name: SYNAPSE_SERVER_NAME
|
||||||
@@ -467,7 +467,7 @@ spec:
|
|||||||
mountPath: /data/keys
|
mountPath: /data/keys
|
||||||
containers:
|
containers:
|
||||||
- name: "synapse"
|
- name: "synapse"
|
||||||
image: "ghcr.io/element-hq/synapse:v1.121.1"
|
image: "ghcr.io/element-hq/synapse:v1.122.0"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
@@ -236,7 +236,7 @@ spec:
|
|||||||
serviceAccountName: promtail
|
serviceAccountName: promtail
|
||||||
containers:
|
containers:
|
||||||
- name: promtail
|
- name: promtail
|
||||||
image: "grafana/promtail:2.9.11"
|
image: "grafana/promtail:3.3.2"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "-config.file=/etc/promtail/promtail.yaml"
|
- "-config.file=/etc/promtail/promtail.yaml"
|
||||||
|
@@ -215,7 +215,7 @@ spec:
|
|||||||
serviceAccountName: promtail
|
serviceAccountName: promtail
|
||||||
containers:
|
containers:
|
||||||
- name: promtail
|
- name: promtail
|
||||||
image: "grafana/promtail:2.9.11"
|
image: "grafana/promtail:3.3.2"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- "-config.file=/etc/promtail/promtail.yaml"
|
- "-config.file=/etc/promtail/promtail.yaml"
|
||||||
|
@@ -92,7 +92,7 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: password
|
key: password
|
||||||
name: social-to-grist-auth
|
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
|
name: oauth-proxy
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
|
Reference in New Issue
Block a user