confluentinc / cp-helm-charts

The Confluent Platform Helm charts enable you to deploy Confluent Platform services on Kubernetes for development, test, and proof of concept environments.
https://cnfl.io/getting-started-kafka-kubernetes
Apache License 2.0
790 stars 843 forks source link

Failed to pull image "confluentinc/ksql-cli:5.4.1 #403

Open yoonjk opened 4 years ago

yoonjk commented 4 years ago

The ksql-cli has an error in ksql-demo file yaml. If you modify it as below, there is no problem.

[Problem] image: confluentinc/ksql-cli:5.4.1

[solved] image: confluentinc/cp-ksql-cli:5.4.1

gAmUssA commented 4 years ago

@yoonjk could you send a PR?

yoonjk commented 4 years ago

Okay. I will send PR to you