Skip to content

Commit

Permalink
Remove template-ref for pd-connect in PR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
josejulio authored Mar 26, 2024
1 parent a77db40 commit 286aaaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pr_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ source $CICD_ROOT/build.sh

# IMAGE is set to the Connect image, setting dispatcher image as an extra arg
# hardcode connect to use a ref that works in ephemeral
EXTRA_DEPLOY_ARGS="--set-image-tag ${IMAGE_DISPATCHER}=${IMAGE_TAG} --set-template-ref ${CONNECT_COMPONENT_NAME}=709963354a31225591dd612f15c670a14ddf3c99"
EXTRA_DEPLOY_ARGS="--set-image-tag ${IMAGE_DISPATCHER}=${IMAGE_TAG}"

# Deploy to an ephemeral environment
source $CICD_ROOT/deploy_ephemeral_env.sh
Expand All @@ -48,7 +48,6 @@ bonfire deploy playbook-dispatcher cloud-connector \
--set-template-ref ${COMPONENT_NAME}=${GIT_COMMIT} \
--set-image-tag ${IMAGE_DISPATCHER}=${IMAGE_TAG} \
--set-image-tag ${IMAGE_CONNECT}=${IMAGE_TAG} \
--set-template-ref ${CONNECT_COMPONENT_NAME}=047e256da507f29d0e0ae803a4b1d688eb74a2cb \
--namespace ${NAMESPACE} \
--timeout ${DEPLOY_TIMEOUT} \
--set-parameter playbook-dispatcher/CLOUD_CONNECTOR_IMPL=impl
Expand Down

0 comments on commit 286aaaf

Please sign in to comment.