Version tag now pulled from configmap
Some checks failed
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/vui) (push) Successful in 30s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/vui-data-loader) (push) Successful in 8s
SonarQube Scan / SonarQube Trigger (push) Failing after 12s

This commit is contained in:
2026-01-27 13:11:51 +01:00
parent 996ea628c7
commit ad9d55e986
6 changed files with 29 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ spec:
mountPath: /data
containers:
- name: web
image: git.baumann.gr/adebaumann/vui:0.986
image: git.baumann.gr/adebaumann/vui:0.987
imagePullPolicy: Always
securityContext:
runAsUser: 99
@@ -54,6 +54,11 @@ spec:
configMapKeyRef:
name: django-config
key: DJANGO_SETTINGS_MODULE
- name: VERSION
valueFrom:
configMapKeyRef:
name: django-config
key: VERSION
ports:
- containerPort: 8000
volumeMounts: