From d01c96bdbe701853c86a56737f6eff0ac54b06a8 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Thu, 29 May 2025 21:03:25 +0200 Subject: [PATCH] WIP Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6fef5d5c4..4cdda2ccb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ variables: DOC_VERSION: "1.8" APP_VERSION: "1.8.2" CHART_VERSION: "1.8.2" - SUPPORTED_VERSIONS: "1.7.3, 1.8.0, 1.8.1, 1.8.2" + SUPPORTED_VERSIONS: "1.8.0, 1.8.1, 1.8.2" SUPPORTED_ARCH: "linux/amd64" MAINTAINED_SERVICES: "analyse-service, auth-service-init, dashboard-service, dashboard-service-init, data-service, metadata-service, search-service, search-service-init, storage-service-init, ui" CACHE_FALLBACK_KEY: "${CI_DEFAULT_BRANCH}" -- GitLab