diff --git a/charts/notification/charts/common-0.1.0.tgz b/charts/notification/charts/common-0.1.0.tgz index f98ce51..d5c69e9 100644 Binary files a/charts/notification/charts/common-0.1.0.tgz and b/charts/notification/charts/common-0.1.0.tgz differ diff --git a/common/templates/_pipeline.yaml b/common/templates/_pipeline.yaml index 0e8a5f0..69abdee 100644 --- a/common/templates/_pipeline.yaml +++ b/common/templates/_pipeline.yaml @@ -221,21 +221,6 @@ spec: x=0; until [[ -n $( ./rabbitmqadmin -H ${RABBITHOST} -u ${RABBITUSER} -p ${RABBITPASS} declare binding source="conversion" destination_type="queue" destination="complete" routing_key="complete" ) || $x -eq 10 ]]; do echo "waiting for exchange to be created" && sleep 5 && ((x++)); done if [[ "${x}" -eq 10 ]]; then exit 1; fi - oc apply -f - < $(results.namespace.path) runAfter: - build