banzaicloud / banzai-charts

Curated list of Banzai Cloud Helm charts used by the Pipeline Platform
Apache License 2.0
368 stars 283 forks source link

Made Cadence metrics reporter services mutually exclusive #1255

Closed pregnor closed 3 years ago

pregnor commented 3 years ago

Reasoning: https://github.com/banzaicloud/banzai-charts/issues/1250

Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets resolves #1250
License Apache 2.0

What's in this PR?

Made Cadence metrics reporter services mutually exclusive.

Why?

From https://github.com/uber/cadence/pull/4180 multiple metrics reporters would cause an error on startup (see #1250 for more details).

Additional context

Decided to increment minor version due to the change being a breaking chart behavior change for configurations where both metrics reporter services are enabled.

Tested with the regular chart upgrade test.

Checklist

To Do