The clickstack chart 3.0.0 reports appVersion: 2.27.0, but the default bundled ClickStack collector image still points at 2.19.0.
Repro:
helm show chart clickstack --repo https://clickhouse.github.io/ClickStack-helm-charts --version 3.0.0 | grep appVersion
helm show values clickstack --repo https://clickhouse.github.io/ClickStack-helm-charts --version 3.0.0 | sed -n '/otel-collector:/,/^[^[:space:]]/p'
Observed:
appVersion: 2.27.0
otel-collector:
image:
repository: docker.clickhouse.com/clickhouse/clickstack-otel-collector
tag: "2.19.0"
Expected: the default collector image tag should probably align with the chart app version / current ClickStack collector release, i.e. 2.27.0, unless the older collector tag is intentional and should be documented.
The
clickstackchart3.0.0reportsappVersion: 2.27.0, but the default bundled ClickStack collector image still points at2.19.0.Repro:
Observed:
Expected: the default collector image tag should probably align with the chart app version / current ClickStack collector release, i.e.
2.27.0, unless the older collector tag is intentional and should be documented.