From 22f5b87a20ce217437619e11aedcde71f31ea619 Mon Sep 17 00:00:00 2001 From: "Adrian A. Baumann" Date: Tue, 20 Jan 2026 01:03:04 +0100 Subject: [PATCH] Search menu entry changed to inventory --- argocd/configmap.yaml | 2 +- argocd/deployment.yaml | 2 +- labhelper/templates/base.html | 2 +- labhelper/urls.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/argocd/configmap.yaml b/argocd/configmap.yaml index 3503f30..61dbbf0 100644 --- a/argocd/configmap.yaml +++ b/argocd/configmap.yaml @@ -18,4 +18,4 @@ data: LOGIN_REDIRECT_URL: "index" LOGOUT_REDIRECT_URL: "login" GUNICORN_OPTS: "--access-logfile -" - IMAGE_TAG: "0.067" + IMAGE_TAG: "0.068" diff --git a/argocd/deployment.yaml b/argocd/deployment.yaml index f65df5e..19b37fe 100644 --- a/argocd/deployment.yaml +++ b/argocd/deployment.yaml @@ -27,7 +27,7 @@ spec: mountPath: /data containers: - name: web - image: git.baumann.gr/adebaumann/labhelper:0.067 + image: git.baumann.gr/adebaumann/labhelper:0.068 imagePullPolicy: Always ports: - containerPort: 8000 diff --git a/labhelper/templates/base.html b/labhelper/templates/base.html index e39b330..1fa2430 100644 --- a/labhelper/templates/base.html +++ b/labhelper/templates/base.html @@ -402,7 +402,7 @@