Skip to content

Commit

Permalink
Merge pull request #30 from hasheddan/fix-e2e
Browse files Browse the repository at this point in the history
Hardcode controller repo org in e2e tests
  • Loading branch information
hasheddan authored Jan 24, 2022
2 parents 504dff7 + 81024e0 commit 52c959e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/local/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CONTROLLER_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-controller-${SAFEHOSTARCH}"

version_tag="$(cat ${projectdir}/_output/version)"
# tag as latest version to load into kind cluster
PACKAGE_CONTROLLER_IMAGE="${PROJECT_NAME}/${PROJECT_NAME}-controller:${VERSION}"
PACKAGE_CONTROLLER_IMAGE="crossplane/${PROJECT_NAME}-controller:${VERSION}"
K8S_CLUSTER="${K8S_CLUSTER:-${BUILD_REGISTRY}-inttests}"

CROSSPLANE_NAMESPACE="crossplane-system"
Expand Down

0 comments on commit 52c959e

Please sign in to comment.