cockroachdb / helm-charts

Helm charts for cockroachdb
Apache License 2.0
85 stars 148 forks source link

Handling --listen-addr & --sql-addr due to the warning about deprecated usage #396

Open litepl opened 5 months ago

litepl commented 5 months ago

Simply,

Based on https://www.cockroachlabs.com/docs/releases/v22.2#v22-2-0-backward-incompatible-changes

using the same port for RPC & SQL is deprecated now.

Shouldn't it be handled in the helm chart already?

Or maybe it is but I'm just blind 😄

Lukasz