Fix base template path and bump deployment version
All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/labhelper) (push) Successful in 28s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/labhelper-data-loader) (push) Successful in 7s

- Add labhelper/templates to TEMPLATES DIRS for base.html
- Bump container version to 0.028
This commit is contained in:
2025-12-29 00:20:20 +01:00
parent c9d48255e2
commit 2a84a92025
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ spec:
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/labhelper:0.027
image: git.baumann.gr/adebaumann/labhelper:0.028
imagePullPolicy: Always
ports:
- containerPort: 8000