Deploy 935

This commit is contained in:
Adrian A. Baumann
2025-10-27 16:57:35 +01:00
parent 886baa163e
commit ddf035c50f
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ spec:
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/vui:0.934
image: git.baumann.gr/adebaumann/vui:0.935
imagePullPolicy: Always
ports:
- containerPort: 8000

View File

@@ -28,6 +28,6 @@
<div class="flex-fill">{% block content %}Main Content{% endblock %}</div>
<div class="col-md-2">{% block sidebar_right %}{% endblock %}</div>
</div>
<div>VorgabenUI v0.934</div>
<div>VorgabenUI v0.935</div>
</body>
</html>