Skip to content

Conversation

@akalitenya
Copy link

fix for the Issue - #157

helm template clickstack clickstack/clickstack --version 1.0.1 --show-only templates/configmaps/app-configmap.yaml --set hyperdx.usageStatsEnabled=false > _templates/clickstack-1-0-1-show-only.yaml

---
# Source: clickstack/templates/configmaps/app-configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
  name: clickstack-app-config
  labels:
    helm.sh/chart: clickstack-1.0.1
    app.kubernetes.io/name: clickstack
    app.kubernetes.io/instance: clickstack
    app.kubernetes.io/version: "2.8.0"
    app.kubernetes.io/managed-by: Helm
data:
  APP_PORT: "3000"
  API_PORT: "8000"
  FRONTEND_URL: "http://localhost:3000"
  HYPERDX_API_PORT: "8000"
  HYPERDX_APP_PORT: "3000"
  HYPERDX_LOG_LEVEL: "info"
  MINER_API_URL: "http://clickstack-miner:5123"
  MONGO_URI: "mongodb://clickstack-mongodb:27017/hyperdx"
  OTEL_SERVICE_NAME: "hdx-oss-api"
  USAGE_STATS_ENABLED: "true"
  RUN_SCHEDULED_TASKS_EXTERNALLY: "false"
  OPAMP_PORT: "4320"
  OTEL_EXPORTER_OTLP_ENDPOINT: "http://clickstack-otel-collector:4318"

@CLAassistant
Copy link

CLAassistant commented Dec 16, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@dhable dhable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

Can you add a changeset in the PR as well. You can create this by running yarn install from the root to install the changeset CLI. Then run yarn changeset and follow the prompts to generate the required files. We can't generate a release without that.

@changeset-bot
Copy link

changeset-bot bot commented Jan 16, 2026

🦋 Changeset detected

Latest commit: b8a2c58

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
helm-charts Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@akalitenya
Copy link
Author

Added changeset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants