cluster

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

commit 05e32463e12f1012c04844c1a1e2298cf54d19fd
parent c1a0060e9c8912ede3b7fc6412a538efe0a80979
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 27 Feb 2025 19:35:20 +0100

Try to fix draupnir by downgrading

Diffstat:
Mapps/base/matrix/draupnir-fluffy/deployment.yaml | 2+-
Mapps/base/matrix/draupnir-freifunk/deployment.yaml | 2+-
Mapps/base/matrix/draupnir4all/deployment.yaml | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/base/matrix/draupnir-fluffy/deployment.yaml b/apps/base/matrix/draupnir-fluffy/deployment.yaml @@ -31,7 +31,7 @@ spec: app: mjolnir-fluffy spec: containers: - - image: gnuxie/draupnir:v2.0.1 + - image: gnuxie/draupnir:v2.0.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 diff --git a/apps/base/matrix/draupnir-freifunk/deployment.yaml b/apps/base/matrix/draupnir-freifunk/deployment.yaml @@ -31,7 +31,7 @@ spec: app: mjolnir-freifunk spec: containers: - - image: gnuxie/draupnir:v2.0.1 + - image: gnuxie/draupnir:v2.0.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 diff --git a/apps/base/matrix/draupnir4all/deployment.yaml b/apps/base/matrix/draupnir4all/deployment.yaml @@ -48,7 +48,7 @@ spec: topologyKey: "kubernetes.io/hostname" containers: - name: draupnir4all - image: gnuxie/draupnir:v2.0.1 + image: gnuxie/draupnir:v2.0.0 imagePullPolicy: IfNotPresent #image: ghcr.io/mtrnord/cluster/draupnir:d4all #imagePullPolicy: Always