This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new e5d79284 Set neutral hostname (#1987)
e5d79284 is described below

commit e5d79284be2201ee32e94a79f7dffabd8f76175d
Author: Marat Gubaidullin <marat.gubaidul...@gmail.com>
AuthorDate: Sat Apr 6 16:19:20 2024 -0400

    Set neutral hostname (#1987)
---
 kamelets/jms-apache-artemis-source.kamelet.yaml                         | 2 +-
 .../src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml  | 2 +-
 templates/pipes/camel-k/jms-apache-artemis-source-pipe.yaml             | 2 +-
 templates/pipes/core/jms-apache-artemis-source-pipe.yaml                | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kamelets/jms-apache-artemis-source.kamelet.yaml 
b/kamelets/jms-apache-artemis-source.kamelet.yaml
index a2cc76e1..193acb6d 100644
--- a/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ b/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -50,7 +50,7 @@ spec:
         title: "Broker URL"
         description: "The JMS URL."
         type: string
-        example: "tcp://k3s-node-master.usersys.redhat.com:31616"
+        example: "tcp://my-host:61616"
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
index a2cc76e1..193acb6d 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/jms-apache-artemis-source.kamelet.yaml
@@ -50,7 +50,7 @@ spec:
         title: "Broker URL"
         description: "The JMS URL."
         type: string
-        example: "tcp://k3s-node-master.usersys.redhat.com:31616"
+        example: "tcp://my-host:61616"
   dependencies:
   - "camel:jms"
   - "camel:kamelet"
diff --git a/templates/pipes/camel-k/jms-apache-artemis-source-pipe.yaml 
b/templates/pipes/camel-k/jms-apache-artemis-source-pipe.yaml
index a3c95909..9eb928ea 100644
--- a/templates/pipes/camel-k/jms-apache-artemis-source-pipe.yaml
+++ b/templates/pipes/camel-k/jms-apache-artemis-source-pipe.yaml
@@ -9,7 +9,7 @@ spec:
       apiVersion: camel.apache.org/v1
       name: jms-apache-artemis-source
     properties:
-      brokerURL: "tcp://k3s-node-master.usersys.redhat.com:31616"
+      brokerURL: "tcp://my-host:61616"
       destinationName: "The Destination Name"
   sink:
     ref:
diff --git a/templates/pipes/core/jms-apache-artemis-source-pipe.yaml 
b/templates/pipes/core/jms-apache-artemis-source-pipe.yaml
index 060b74e3..38d567e9 100644
--- a/templates/pipes/core/jms-apache-artemis-source-pipe.yaml
+++ b/templates/pipes/core/jms-apache-artemis-source-pipe.yaml
@@ -2,7 +2,7 @@
     from:
       uri: "kamelet:jms-apache-artemis-source"
       parameters:
-        brokerURL: "tcp://k3s-node-master.usersys.redhat.com:31616"
+        brokerURL: "tcp://my-host:61616"
         destinationName: "The Destination Name"
       steps:
         - to:

Reply via email to