diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cf42a8c3bf..91cf80bf933 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -496,7 +496,7 @@ Deploy Keycloak: # # Start Current dCache version and an old pools # -Deploy dCache Helm Chart: +Helm-Deploy Current dCache build: stage: test_deploy extends: .helm_image script: @@ -508,6 +508,15 @@ Deploy dCache Helm Chart: - helm repo add dcache ${DCACHE_HELM_REPO} - helm repo update - helm -n ${K8S_NAMESPACE} install ${HELM_OPTS} --wait --set image.tag=${tag} --set dcache.hsm.enabled=true --set image.repository=${CI_REGISTRY_IMAGE} store dcache/dcache + +Helm-Deploy Latest dCache Golden Release: + stage: test_deploy + extends: .helm_image + needs: + - Helm-Deploy Current dCache build + script: + - helm repo add dcache ${DCACHE_HELM_REPO} + - helm repo update - 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