File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ if [ ! -z "${IMAGE_TAG}" ]; then
15
15
fi
16
16
17
17
if [ ! -z " ${SET_IMAGE_NAMESPACE} " ] || [ ! -z " ${SET_IMAGE_TAG} " ]; then
18
- (cd ${SRCROOT} /manifests/base && kustomize edit set image quay.io/argoproj /argo-rollouts${SET_IMAGE_NAMESPACE}${SET_IMAGE_TAG} )
19
- (cd ${SRCROOT} /manifests/dashboard-install && kustomize edit set image quay.io/argoproj /kubectl-argo-rollouts${SET_IMAGE_NAMESPACE}${SET_IMAGE_TAG} )
18
+ (cd ${SRCROOT} /manifests/base && kustomize edit set image quay.io/codefresh /argo-rollouts${SET_IMAGE_NAMESPACE}${SET_IMAGE_TAG} )
19
+ (cd ${SRCROOT} /manifests/dashboard-install && kustomize edit set image quay.io/codefresh /kubectl-argo-rollouts${SET_IMAGE_NAMESPACE}${SET_IMAGE_TAG} )
20
20
fi
21
21
22
22
kust_cmd=" kustomize build --load-restrictor LoadRestrictionsNone"
You can’t perform that action at this time.
0 commit comments