From 06ffe15ff4fca1962d74cd8be67ee243c71a7ac0 Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Tue, 1 Oct 2024 15:27:55 +0200 Subject: [PATCH] ci: split container image registry and repository (cherry picked from commit 84c3d0be26497e9f768ccc80eda025fa83bf0bdb) Signed-off-by: Tigran Mkrtchyan --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d663730a79d..01cafca8433 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -437,8 +437,8 @@ Deploy dCache Helm Chart: fi - helm repo add dcache ${DCACHE_HELM_REPO} - helm repo update - - helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait --set image.tag=${tag} --set image.repository=${CI_REGISTRY_IMAGE} store dcache/dcache - - helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait --set image.tag=9.2.20 --set "dcache.pools={d,f}" --set dcache.door.enabled=false --set image.repository=${CI_REGISTRY_IMAGE} old-store dcache/dcache + - helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait --set image.tag=${tag} --set image.registry=${CI_REGISTRY} store dcache/dcache + - helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait --set image.tag=9.2.20 --set "dcache.pools={d,f}" --set dcache.door.enabled=false --set image.registry=${CI_REGISTRY} old-store dcache/dcache Grid EL9 WN tests: @@ -558,4 +558,4 @@ NFS4.x protocol compliance tests: artifacts: reports: junit: - - "xunit*.xml" \ No newline at end of file + - "xunit*.xml"