fix: align otel-collector image tag with appVersion#234
Conversation
🦋 Changeset detectedLatest commit: ec07086 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Deep ReviewScope: 3 files — The core value change is correct: 🔴 P0/P1 — must fix
🟡 P2 — recommended
🔵 P3 nitpicks (1)
Reviewers (6): correctness, testing, maintainability, project-standards, security, reliability. Testing gaps:
Note (pre-existing, not introduced here): the same raw- |
Problem
The
clickstackchart on currentmainhasappVersion: 2.28.0, but the default bundled collector image is still pinned todocker.clickhouse.com/clickhouse/clickstack-otel-collector:2.19.0.As reported in #219, the older collector rejects the ClickHouse exporter
jsonkey pushed by newer ClickStack app versions:'clickhouseexporter.Config' has invalid keys: jsonThat causes the default collector pod to crash loop.
Changes
otel-collector.image.tagfrom2.19.0to2.28.0, matching the current chartappVersion.Verification
The rendered default collector image is now:
Fixes #219.
Related to #220. Replaces closed #233 with only the original first commit.