From 1745596d14361da7eba4c24cb10dac86b56f6e99 Mon Sep 17 00:00:00 2001
From: "Adrian A. Baumann"
Date: Thu, 20 Nov 2025 15:32:24 +0100
Subject: [PATCH] Deploy after Kubernetes fuckup
---
argocd/deployment.yaml | 2 +-
pages/templates/base.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml
index 111c31d..c5444d2 100644
--- a/argocd/deployment.yaml
+++ b/argocd/deployment.yaml
@@ -25,7 +25,7 @@ spec:
mountPath: /data
containers:
- name: web
- image: git.baumann.gr/adebaumann/vui:0.952-oblique
+ image: git.baumann.gr/adebaumann/vui:0.953-development
imagePullPolicy: Always
ports:
- containerPort: 8000
diff --git a/pages/templates/base.html b/pages/templates/base.html
index 8848e01..c1a3e91 100644
--- a/pages/templates/base.html
+++ b/pages/templates/base.html
@@ -180,7 +180,7 @@
-
Version {{ version|default:"0.951" }}
+
Version {{ version|default:"0.953" }}