commit 3ecf006818f1f9e0c606d2fabed3cbbdb05107d9 parent 44a2065fc8867e31146db0445028081159deef77 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 20 Feb 2025 23:14:54 +0100 Update draupnir to 2.1.0 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.0.2 + - image: gnuxie/draupnir:v2.1.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.2 + - image: gnuxie/draupnir:v2.1.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.2 + image: gnuxie/draupnir:v2.1.0 imagePullPolicy: IfNotPresent #image: ghcr.io/mtrnord/cluster/draupnir:d4all #imagePullPolicy: Always