Deploy 939

This commit is contained in:
Adrian A. Baumann
2025-10-31 12:35:26 +01:00
parent 8bca1bb3c7
commit 94363d49ce
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.938 image: git.baumann.gr/adebaumann/vui:0.939
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.936</div> <div>VorgabenUI v0.939</div>
</body> </body>
</html> </html>