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 cc5a438 commit 927d9a1
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 @@ -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:
Expand Down Expand Up @@ -552,4 +552,4 @@ NFS4.x protocol compliance tests:
artifacts:
reports:
junit:
- "xunit*.xml"
- "xunit*.xml"

0 comments on commit 927d9a1

Please sign in to comment.