From 5535684a4588f8197c8e683937a103b79f18df31 Mon Sep 17 00:00:00 2001
From: "Adrian A. Baumann"
Date: Thu, 27 Nov 2025 15:47:31 +0100
Subject: [PATCH] Deploy
---
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 1e71f44..ab2534c 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.957
+ image: git.baumann.gr/adebaumann/vui:0.957-xss
imagePullPolicy: Always
ports:
- containerPort: 8000
diff --git a/pages/templates/base.html b/pages/templates/base.html
index 59ef15b..15ad5e0 100644
--- a/pages/templates/base.html
+++ b/pages/templates/base.html
@@ -215,7 +215,7 @@
-
Version {{ version|default:"0.957" }}
+
Version {{ version|default:"0.957-xss" }}