commit d6135179f07821f11896409d25c707f3bec66de3 parent 74f71772e225bcdc3962ba6d23aa63c13078d6cf Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 25 Jan 2025 16:07:17 +0100 Update draupnir to 2.0.2 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.1 + - image: gnuxie/draupnir:v2.0.2 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.2 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.2 imagePullPolicy: IfNotPresent #image: ghcr.io/mtrnord/cluster/draupnir:d4all #imagePullPolicy: Always