Deploy 941 - new database

This commit is contained in:
2025-11-04 09:06:04 +01:00
parent 7e4d2fa29b
commit 48bf8526b9
3 changed files with 3 additions and 3 deletions

View File

@@ -18,14 +18,14 @@ spec:
fsGroupChangePolicy: "OnRootMismatch"
initContainers:
- name: loader
image: git.baumann.gr/adebaumann/vui-data-loader:0.8
image: git.baumann.gr/adebaumann/vui-data-loader:0.9
command: [ "sh","-c","cp -n preload/preload.sqlite3 /data/db.sqlite3; chown -R 999:999 /data; ls -la /data; sleep 10; exit 0" ]
volumeMounts:
- name: data
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/vui:0.940
image: git.baumann.gr/adebaumann/vui:0.941
imagePullPolicy: Always
ports:
- containerPort: 8000

Binary file not shown.

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.939</div>
<div>VorgabenUI v0.941</div>
</body>
</html>