You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/12 13:08:26 UTC

[camel-kafka-connector-examples] 03/04: Slack Examples: Align to the correct Strimzi version 0.20.1

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

acosentino pushed a commit to branch align-strimzi-instructions
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git

commit 6915a14b01a381523bc5f16f01799254e3bd6881
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 12 14:07:21 2021 +0100

    Slack Examples: Align to the correct Strimzi version 0.20.1
---
 slack/slack-sink/README.adoc   | 6 +++---
 slack/slack-source/README.adoc | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/slack/slack-sink/README.adoc b/slack/slack-sink/README.adoc
index 5dec2b5..8b312c7 100644
--- a/slack/slack-sink/README.adoc
+++ b/slack/slack-sink/README.adoc
@@ -117,7 +117,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and then create a Kafka Connect image with the Debezium connectors installed:
@@ -125,10 +125,10 @@ Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through specific custom resource:
diff --git a/slack/slack-source/README.adoc b/slack/slack-source/README.adoc
index 4d3dd05..5a6078e 100644
--- a/slack/slack-source/README.adoc
+++ b/slack/slack-source/README.adoc
@@ -117,7 +117,7 @@ We can now install the Strimzi operator into this project:
 
 [source,bash,options="nowrap",subs="attributes"]
 ----
-oc apply -f https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.19.0/strimzi-cluster-operator-0.19.0.yaml
+oc apply -f https://github.com/strimzi/strimzi-kafka-operator/releases/download/0.20.1/strimzi-cluster-operator-0.20.1.yaml
 ----
 
 Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and then create a Kafka Connect image with the Debezium connectors installed:
@@ -125,10 +125,10 @@ Next we will deploy a Kafka broker cluster and a Kafka Connect cluster and then
 [source,bash,options="nowrap",subs="attributes"]
 ----
 # Deploy a single node Kafka broker
-oc apply -f https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/kafka/kafka-persistent-single.yaml
+oc apply -f https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/kafka/kafka-persistent-single.yaml
 
 # Deploy a single instance of Kafka Connect with no plug-in installed
-oc apply -f https://github.com/strimzi/strimzi-kafka-operator/raw/0.19.0/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
+oc apply -f https://github.com/strimzi/strimzi-kafka-operator/raw/0.20.1/examples/connect/kafka-connect-s2i-single-node-kafka.yaml
 ----
 
 Optionally enable the possibility to instantiate Kafka Connectors through specific custom resource: