squakez commented on PR #6845: URL: https://github.com/apache/camel-k/pull/6845#issuecomment-5844721729
The only failing test is the new one that should prove the feature. This is what we get: ``` namespace/arkmq created error: unable to read URL "https://github.com/arkmq-org/arkmq-org-broker-operator/releases/latest/download/arkmq-org-broker-operator.yaml", server reported 404 Not Found, status code=404 Error from server (NotFound): deployments.apps "arkmq-org-broker-operator" not found Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "activemqartemises.broker.amq.io" not found Error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "activemqartemisaddresses.broker.amq.io" not found error: resource mapping not found for name: "my-broker" namespace: "" from "/home/runner/work/camel-k/camel-k/e2e/arkmq/setup/broker.yaml": no matches for kind "ActiveMQArtemis" in version "broker.amq.io/v1beta1" ensure CRDs are installed first error: the server doesn't have a resource type "activemqartemis" error: resource mapping not found for name: "my-queue" namespace: "" from "/home/runner/work/camel-k/camel-k/e2e/arkmq/setup/queue.yaml": no matches for kind "ActiveMQArtemisAddress" in version "broker.amq.io/v1beta1" ensure CRDs are installed first error: the server doesn't have a resource type "activemqartemisaddress" ``` As suggested during the review, let's use `https://github.com/arkmq-org/arkmq-org-broker-operator/releases/download/v2.2.2/activemq-artemis-operator.yaml` instead of latest and let's add a parameter so we can control each release update easily. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
