diff --git a/.changeset/update-app-version-2.37.0.md b/.changeset/update-app-version-2.37.0.md new file mode 100644 index 0000000..bbf2627 --- /dev/null +++ b/.changeset/update-app-version-2.37.0.md @@ -0,0 +1,5 @@ +--- +"helm-charts": patch +--- + +chore: update appVersion to 2.37.0 diff --git a/charts/clickstack/Chart.yaml b/charts/clickstack/Chart.yaml index 59ed91a..495402f 100644 --- a/charts/clickstack/Chart.yaml +++ b/charts/clickstack/Chart.yaml @@ -16,7 +16,7 @@ annotations: url: https://github.com/hyperdxio/hyperdx type: application version: 3.3.0 -appVersion: 2.36.0 +appVersion: 2.37.0 dependencies: - name: opentelemetry-collector version: ~0.146.0 diff --git a/charts/clickstack/values.yaml b/charts/clickstack/values.yaml index 91371ec..bb78157 100644 --- a/charts/clickstack/values.yaml +++ b/charts/clickstack/values.yaml @@ -482,7 +482,7 @@ otel-collector: mode: deployment image: repository: docker.clickhouse.com/clickhouse/clickstack-otel-collector - tag: "2.36.0" + tag: "2.37.0" extraEnvsFrom: - configMapRef: name: clickstack-config