Skip to content

Commit

Permalink
ci: split container image registry and repository
Browse files Browse the repository at this point in the history
(cherry picked from commit 84c3d0b)
Signed-off-by: Tigran Mkrtchyan <[email protected]>
  • Loading branch information
kofemann committed Oct 2, 2024
1 parent 536684f commit 06ffe15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -558,4 +558,4 @@ NFS4.x protocol compliance tests:
artifacts:
reports:
junit:
- "xunit*.xml"
- "xunit*.xml"

0 comments on commit 06ffe15

Please sign in to comment.