Skip to content

clickstack 3.0.0 defaults collector image tag to 2.19.0 while appVersion is 2.27.0 #219

@mfroembgen

Description

@mfroembgen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions