From 4a3b98caba15385886cb36b23fa37f6c74e1e907 Mon Sep 17 00:00:00 2001 From: Vibhu Pandey Date: Thu, 8 Aug 2024 19:06:08 +0530 Subject: [PATCH] feat(signoz): add signoz-otel-gateway as a dependency (#481) #### Features - Add signoz-otel-gateway as a dependency on signoz --- .github/workflows/release.yaml | 2 +- charts/signoz/Chart.lock | 9 ++++++--- charts/signoz/Chart.yaml | 8 ++++++-- charts/signoz/values.yaml | 3 +++ ct.yaml | 2 +- 5 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b1647b62..9fb1839a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -30,7 +30,7 @@ jobs: - name: Add dependencies run: | - helm repo add signoz https://signoz.github.io/charts + helm repo add signoz https://charts.signoz.io helm repo add bitnami https://charts.bitnami.com/bitnami - name: Run chart-releaser diff --git a/charts/signoz/Chart.lock b/charts/signoz/Chart.lock index f971b6b0..80fbcc53 100644 --- a/charts/signoz/Chart.lock +++ b/charts/signoz/Chart.lock @@ -1,6 +1,9 @@ dependencies: - name: clickhouse - repository: https://signoz.github.io/charts + repository: https://charts.signoz.io version: 24.1.6 -digest: sha256:4c5f419780257a912cf600a6b9943f2007da8ea976d3fc58d630e16df2b660f8 -generated: "2024-08-08T17:29:50.271327+05:30" +- name: signoz-otel-gateway + repository: https://charts.signoz.io + version: 0.0.1 +digest: sha256:6df0939b89f017622fc67986531e38e930767552426fcd948f0bc7ee5031a46d +generated: "2024-08-08T18:50:41.393242+05:30" diff --git a/charts/signoz/Chart.yaml b/charts/signoz/Chart.yaml index 64ab086f..8b78cf3a 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: signoz -version: 0.48.0 +version: 0.49.0 appVersion: "0.51.0" description: SigNoz Observability Platform Helm Chart type: application @@ -20,9 +20,13 @@ sources: - https://github.com/signoz/signoz-otel-collector dependencies: - name: clickhouse - repository: https://signoz.github.io/charts + repository: https://charts.signoz.io condition: clickhouse.enabled version: 24.1.6 + - name: signoz-otel-gateway + repository: https://charts.signoz.io + condition: signoz-otel-gateway.enabled + version: 0.0.1 maintainers: - name: SigNoz email: hello@signoz.io diff --git a/charts/signoz/values.yaml b/charts/signoz/values.yaml index 2831563b..167c3e04 100644 --- a/charts/signoz/values.yaml +++ b/charts/signoz/values.yaml @@ -2380,3 +2380,6 @@ otelCollectorMetrics: receivers: [prometheus] processors: [batch] exporters: [clickhousemetricswrite] + +signoz-otel-gateway: + enabled: false diff --git a/ct.yaml b/ct.yaml index b4130031..af834eac 100644 --- a/ct.yaml +++ b/ct.yaml @@ -9,5 +9,5 @@ charts: check-version-increment: false helm-extra-args: --timeout 5m chart-repos: - - signoz=https://signoz.github.io/charts + - signoz=https://charts.signoz.io - bitnami=https://charts.bitnami.com/bitnami