Deploy 934

This commit is contained in:
Adrian A. Baumann
2025-10-27 14:00:21 +01:00
parent 39a2021cc3
commit 8ce761c248
2 changed files with 2 additions and 2 deletions

View File

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

View File

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