This repository was archived by the owner on Mar 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +19
-17
lines changed
hdx-oss-v2/templates/configmaps Expand file tree Collapse file tree 7 files changed +19
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ annotations:
1515 - name: Upstream Project
1616 url: https://github.com/hyperdxio/hyperdx
1717type : application
18- version : 1.1.0
18+ version : 1.1.1
1919appVersion : 2.8.0
Original file line number Diff line number Diff line change 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 . }}"
Original file line number Diff line number Diff line change 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 . }}"
Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments