commit c1a0060e9c8912ede3b7fc6412a538efe0a80979 parent 28aec334233f70766f53dd3e5d08e9b3016a348e Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 27 Feb 2025 19:25:32 +0100 Try to fix draupnir by downgrading Diffstat:
| M | apps/base/matrix/draupnir-fluffy/deployment.yaml | | | 2 | +- |
| M | apps/base/matrix/draupnir-freifunk/deployment.yaml | | | 2 | +- |
| M | apps/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.1.0 + - image: gnuxie/draupnir:v2.0.1 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.1.0 + - image: gnuxie/draupnir:v2.0.1 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.1.0 + image: gnuxie/draupnir:v2.0.1 imagePullPolicy: IfNotPresent #image: ghcr.io/mtrnord/cluster/draupnir:d4all #imagePullPolicy: Always