jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
267 stars 347 forks source link

[jaeger] Updating kafka chart dependency from 19.x to 22.x #475

Closed mvnarsing closed 1 year ago

mvnarsing commented 1 year ago

What this PR does

Updating Kafka chart dependency to latest tag which fixes issues with kafka starting up with latest bitnami tags

Which issue this PR fixes

Seeing below messages in pod logs and Kafka doesn't startup kafka 17:30:38.04 INFO ==> Starting Kafka setup kafka 17:30:38.09 WARN ==> KAFKA_CFG_LISTENERS must include a listener for CONTROLLER kafka 17:30:38.10 WARN ==> You set the environment variable ALLOW_PLAINTEXT_LISTENER=yes. For safety reasons, do not use this flag in a production environment. kafka 17:30:38.11 INFO ==> Initializing Kafka... kafka 17:30:38.12 INFO ==> No injected configuration files found, creating default config files kafka 17:30:38.56 INFO ==> Configuring Kafka for inter-broker communications with PLAINTEXT authentication. kafka 17:30:38.56 WARN ==> Inter-broker communications are configured as PLAINTEXT. This is not safe for production environments. kafka 17:30:38.57 INFO ==> Configuring Kafka for client communications with PLAINTEXT authentication. kafka 17:30:38.57 WARN ==> Client communications are configured using PLAINTEXT listeners. For safety reasons, do not use this in a production environment. kafka 17:30:38.58 INFO ==> Initializing KRaft... kafka 17:30:38.58 WARN ==> KAFKA_KRAFT_CLUSTER_ID not set - If using multiple nodes then you must use the same Cluster ID for each one kafka 17:30:39.75 INFO ==> Generated Kafka cluster ID 'vCUt2zk3RcOpne7N1' kafka 17:30:39.75 INFO ==> Formatting storage directories to add metadata...

Checklist

pavelnikolov commented 1 year ago

@mvnarsing Could you, please, fix the PR checklist requirements?

mvnarsing commented 1 year ago

@mvnarsing Could you, please, fix the PR checklist requirements?

Done

pavelnikolov commented 1 year ago

@mvnarsing Thank you, however, your commits were not signed. I went ahead and made the necessary changes. Thank you for raising this.