Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Commit cd22047

Browse files
authored
Merge branch 'ClickHouse:main' into main
2 parents 1dc5e9d + 118a0e1 commit cd22047

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.changeset/tame-bees-tickle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# helm-charts
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- 11713d6: fix default values for USAGE_STATS_ENABLED and RUN_SCHEDULED_TASKS_EXTERNALLY
8+
- e22ecdd: chore: bump MongoDB version to 5.0.32
9+
310
## 1.1.0
411

512
### Minor Changes

charts/clickstack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ annotations:
1515
- name: Upstream Project
1616
url: https://github.com/hyperdxio/hyperdx
1717
type: application
18-
version: 1.1.0
18+
version: 1.1.1
1919
appVersion: 2.8.0

charts/clickstack/templates/configmaps/app-configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
MINER_API_URL: "http://{{ include "clickstack.fullname" . }}-miner:5123"
1515
MONGO_URI: "{{ tpl .Values.hyperdx.mongoUri . }}"
1616
OTEL_SERVICE_NAME: "hdx-oss-api"
17-
USAGE_STATS_ENABLED: "{{ .Values.hyperdx.usageStatsEnabled | default true }}"
18-
RUN_SCHEDULED_TASKS_EXTERNALLY: "{{ .Values.tasks.enabled | default false }}"
17+
USAGE_STATS_ENABLED: "{{ .Values.hyperdx.usageStatsEnabled }}"
18+
RUN_SCHEDULED_TASKS_EXTERNALLY: "{{ .Values.tasks.enabled }}"
1919
OPAMP_PORT: "{{ .Values.hyperdx.opampPort }}"
2020
OTEL_EXPORTER_OTLP_ENDPOINT: "{{ tpl .Values.hyperdx.otelExporterEndpoint . }}"

charts/hdx-oss-v2/templates/configmaps/app-configmap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
MINER_API_URL: "http://{{ include "hdx-oss.fullname" . }}-miner:5123"
1515
MONGO_URI: "{{ tpl .Values.hyperdx.mongoUri . }}"
1616
OTEL_SERVICE_NAME: "hdx-oss-api"
17-
USAGE_STATS_ENABLED: "{{ .Values.hyperdx.usageStatsEnabled | default true }}"
18-
RUN_SCHEDULED_TASKS_EXTERNALLY: "{{ .Values.tasks.enabled | default false }}"
17+
USAGE_STATS_ENABLED: "{{ .Values.hyperdx.usageStatsEnabled }}"
18+
RUN_SCHEDULED_TASKS_EXTERNALLY: "{{ .Values.tasks.enabled }}"
1919
OPAMP_PORT: "{{ .Values.hyperdx.opampPort }}"
2020
OTEL_EXPORTER_OTLP_ENDPOINT: "{{ tpl .Values.hyperdx.otelExporterEndpoint . }}"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helm-charts",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"private": true,
55
"main": "index.js",
66
"repository": "git@github.com:hyperdxio/helm-charts.git",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@changesets/cli": "^2.29.4",
16-
"js-yaml": "^4.1.0"
16+
"js-yaml": "^4.1.1"
1717
},
1818
"packageManager": "yarn@4.9.2"
1919
}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ __metadata:
538538
resolution: "helm-charts@workspace:."
539539
dependencies:
540540
"@changesets/cli": "npm:^2.29.4"
541-
js-yaml: "npm:^4.1.0"
541+
js-yaml: "npm:^4.1.1"
542542
languageName: unknown
543543
linkType: soft
544544

@@ -625,14 +625,14 @@ __metadata:
625625
languageName: node
626626
linkType: hard
627627

628-
"js-yaml@npm:^4.1.0":
629-
version: 4.1.0
630-
resolution: "js-yaml@npm:4.1.0"
628+
"js-yaml@npm:^4.1.1":
629+
version: 4.1.1
630+
resolution: "js-yaml@npm:4.1.1"
631631
dependencies:
632632
argparse: "npm:^2.0.1"
633633
bin:
634634
js-yaml: bin/js-yaml.js
635-
checksum: 10c0/184a24b4eaacfce40ad9074c64fd42ac83cf74d8c8cd137718d456ced75051229e5061b8633c3366b8aada17945a7a356b337828c19da92b51ae62126575018f
635+
checksum: 10c0/561c7d7088c40a9bb53cc75becbfb1df6ae49b34b5e6e5a81744b14ae8667ec564ad2527709d1a6e7d5e5fa6d483aa0f373a50ad98d42fde368ec4a190d4fae7
636636
languageName: node
637637
linkType: hard
638638

0 commit comments

Comments
 (0)