Skip to content

Commit dbdaf07

Browse files
Merge pull request #36 from codefresh-io/fix-update-manifests
Fix update manifests
2 parents 20637da + 2346db2 commit dbdaf07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/update-manifests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if [ ! -z "${IMAGE_TAG}" ]; then
1515
fi
1616

1717
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})
2020
fi
2121

2222
kust_cmd="kustomize build --load-restrictor LoadRestrictionsNone"

0 commit comments

Comments
 (0)