diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9358ea4a21d..b12a5530e7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -450,8 +450,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: @@ -552,4 +552,4 @@ NFS4.x protocol compliance tests: artifacts: reports: junit: - - "xunit*.xml" \ No newline at end of file + - "xunit*.xml"