yanmxa opened a new issue, #1593: URL: https://github.com/apache/camel-kafka-connector/issues/1593
Signed-off-by: myan <[email protected]> I noticed that when creating a KafkaConnect cluster, It will include the following configuration for the KafkaConnect API ```yaml build: output: type: docker image: **/camel-kafka-connector-plugin:latest pushSecret: ecr-secret plugins: - name: camel-aws-s3-sink-kafka-connector artifacts: - type: tgz url: https://repo.maven.apache.org/maven2/org/apache/camel/kafkaconnector/camel-aws-s3-sink-kafka-connector/3.18.2/camel-aws-s3-sink-kafka-connector-3.18.2-package.tar.gz externalConfiguration: ``` Can we just provide the image for the different packages? Creating a new image registry and configuring the pull secret isn't necessary to run it. -- 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]
