cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit e9b62b2be3520457ad0393e49b84c912626f1d71
parent bf1197c7e41e58283106eea384360acb57bb9d76
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 15 Mar 2025 16:58:06 +0100

Update mas

Diffstat:
Mapps/base/matrix/mas/mas_deployment.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/matrix/mas/mas_deployment.yaml b/apps/base/matrix/mas/mas_deployment.yaml @@ -34,7 +34,7 @@ spec: requests: memory: "100Mi" cpu: "28m" - image: ghcr.io/element-hq/matrix-authentication-service:0.13.0 + image: ghcr.io/element-hq/matrix-authentication-service:0.14.1 # Normal mode args: ["server"] #args: [ "help" ] @@ -52,7 +52,7 @@ spec: value: /config.yaml initContainers: - name: mas-config - image: ghcr.io/element-hq/matrix-authentication-service:0.13.0 + image: ghcr.io/element-hq/matrix-authentication-service:0.14.1 imagePullPolicy: Always # Sync config args: ["config", "sync"]