Skip to content

Commit

Permalink
feat(signoz): add signoz-otel-gateway as a dependency (#481)
Browse files Browse the repository at this point in the history
#### Features

- Add signoz-otel-gateway as a dependency on signoz
  • Loading branch information
grandwizard28 authored Aug 8, 2024
1 parent c2c12a4 commit 4a3b98c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 6 additions & 3 deletions charts/signoz/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
8 changes: 6 additions & 2 deletions charts/signoz/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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: [email protected]
Expand Down
3 changes: 3 additions & 0 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2380,3 +2380,6 @@ otelCollectorMetrics:
receivers: [prometheus]
processors: [batch]
exporters: [clickhousemetricswrite]

signoz-otel-gateway:
enabled: false
2 changes: 1 addition & 1 deletion ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a3b98c

Please sign in to comment.