From 08d94a9269d633f5d8217615cefb1a97b31c1d40 Mon Sep 17 00:00:00 2001
From: "Adrian A. Baumann"
Date: Thu, 4 Dec 2025 13:37:30 +0100
Subject: [PATCH] Link to Autorenumgebung shortened, version bump
---
argocd/deployment.yaml | 2 +-
pages/templates/base.html | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml
index 4dfe9d0..f8d845a 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.967
+ image: git.baumann.gr/adebaumann/vui:0.968
imagePullPolicy: Always
ports:
- containerPort: 8000
diff --git a/pages/templates/base.html b/pages/templates/base.html
index 90243d1..9d31942 100644
--- a/pages/templates/base.html
+++ b/pages/templates/base.html
@@ -106,7 +106,7 @@
Standards
{% if user.is_staff %}
Unvollständig
- Autorenumgebung
+ Autor
{% endif %}
Referenzen
Stichworte
@@ -137,7 +137,7 @@
Unvollständig
- Autorenumgebung
+ Autor
{% endif %}
@@ -219,7 +219,7 @@
-
Version {{ version|default:"0.967" }}
+
Version {{ version|default:"0.968" }}