All development so far tested and merged into production. #9

Manually merged
adebaumann merged 64 commits from development into main 2025-11-06 15:00:58 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f7e6795c00 - Show all commits

View File

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

View File

@@ -31,6 +31,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.943</div>
<div>VorgabenUI v0.944</div>
</body>
</html>