diff --git a/examples/kamelets/hello-source.kamelet.yaml b/examples/kamelets/hello-source.kamelet.yaml index 32a77da3..828f3fad 100644 --- a/examples/kamelets/hello-source.kamelet.yaml +++ b/examples/kamelets/hello-source.kamelet.yaml @@ -14,7 +14,7 @@ # limitations under the License. # --------------------------------------------------------------------------- -apiVersion: camel.apache.org/v1alpha1 +apiVersion: camel.apache.org/v1 kind: Kamelet metadata: name: hello-source diff --git a/examples/kamelets/hello-to-log-binding.yaml b/examples/kamelets/hello-to-log-binding.yaml index 9cd9ce75..d8b30fa6 100644 --- a/examples/kamelets/hello-to-log-binding.yaml +++ b/examples/kamelets/hello-to-log-binding.yaml @@ -22,7 +22,7 @@ spec: source: ref: kind: Kamelet - apiVersion: camel.apache.org/v1alpha1 + apiVersion: camel.apache.org/v1 name: hello-source sink: uri: log:info diff --git a/examples/kamelets/kamelet-binding.feature b/examples/kamelets/kamelet-pipe.feature similarity index 71% rename from examples/kamelets/kamelet-binding.feature rename to examples/kamelets/kamelet-pipe.feature index b2c162f4..2cc4bd95 100644 --- a/examples/kamelets/kamelet-binding.feature +++ b/examples/kamelets/kamelet-pipe.feature @@ -1,4 +1,4 @@ -Feature: Kamelet resource +Feature: Kamelet pipe Background: Given Disable auto removal of Kamelet resources @@ -14,11 +14,11 @@ Feature: Kamelet resource # Create the binding Given create Kubernetes service greeting-service with target port 8080 - And KameletBinding source properties + And Pipe source properties | message | Hello World | And bind Kamelet hello-source to uri http://greeting-service.${YAKS_NAMESPACE}/greeting - When create KameletBinding hello-source-uri - Then KameletBinding hello-source-uri should be available + When create Pipe hello-source-uri + Then Pipe hello-source-uri should be available # Verify binding Given HTTP server "greeting-service" @@ -27,11 +27,11 @@ Feature: Kamelet resource And receive POST /greeting Scenario: Create binding from YAML - Given load KameletBinding hello-to-log-binding.yaml - Then KameletBinding hello-to-log-binding should be available + Given load Pipe hello-to-log-binding.yaml + Then Pipe hello-to-log-binding should be available And Camel K integration hello-to-log-binding should print Hello world! Scenario: Remove Camel K resources Given delete Kamelet hello-source - Given delete KameletBinding hello-source-uri - Given delete KameletBinding hello-to-log-binding + Given delete Pipe hello-source-uri + Given delete Pipe hello-to-log-binding diff --git a/examples/kamelets/yaks-config.yaml b/examples/kamelets/yaks-config.yaml index 942b46af..9bd4957e 100644 --- a/examples/kamelets/yaks-config.yaml +++ b/examples/kamelets/yaks-config.yaml @@ -16,9 +16,6 @@ config: runtime: - env: - - name: YAKS_KAMELET_API_VERSION - value: v1alpha1 settings: loggers: - name: INTEGRATION_STATUS