Skip to content

Commit

Permalink
Bump signoz-otel-collector version (#535)
Browse files Browse the repository at this point in the history
The latest version has a bug fix for deadlock when using kafkareceiver.
The base version was incorrectly set as "0.102" but we are already
"0.111".
  • Loading branch information
srikanthccv authored Oct 18, 2024
1 parent 65de46a commit e7e0ff3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/signoz/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: signoz
version: 0.54.1
version: 0.54.2
appVersion: "0.56.0"
description: SigNoz Observability Platform Helm Chart
type: application
Expand Down
4 changes: 2 additions & 2 deletions charts/signoz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ The following table lists the configurable parameters of the `signoz` chart and
| `otelCollector.name` | Otel Collector component name | `otel-collector` |
| `otelCollector.image.registry` | Otel Collector image registry name | `docker.io` |
| `otelCollector.image.repository` | Container image name | `signoz/signoz-otel-collector` |
| `otelCollector.image.tag` | Container image tag | `0.102.12` |
| `otelCollector.image.tag` | Container image tag | `0.111.2` |
| `otelCollector.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `otelCollector.replicaCount` | Number of otel-collector nodes | `1` |
| `otelCollector.service.type` | Otel Collector service type | `ClusterIP` |
Expand Down Expand Up @@ -235,7 +235,7 @@ The following table lists the configurable parameters of the `signoz` chart and
| `otelCollectorMetrics.name` | Otel Collector Metrics component name | `otel-collector-metrics` |
| `otelCollectorMetrics.image.registry` | Otel Collector Metrics image registry name | `docker.io` |
| `otelCollectorMetrics.image.repository` | Container image name | `signoz/signoz-otel-collector` |
| `otelCollectorMetrics.image.tag` | Container image tag | `0.102.12` |
| `otelCollectorMetrics.image.tag` | Container image tag | `0.111.2` |
| `otelCollectorMetrics.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `otelCollectorMetrics.replicaCount` | Number of otel-collector-metrics nodes | `1` |
| `otelCollectorMetrics.service.type` | Otel Collector service type | `ClusterIP` |
Expand Down
4 changes: 2 additions & 2 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ otelCollector:
image:
registry: docker.io
repository: signoz/signoz-otel-collector
tag: 0.102.12
tag: 0.111.2
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for OtelCollector
Expand Down Expand Up @@ -2013,7 +2013,7 @@ otelCollectorMetrics:
image:
registry: docker.io
repository: signoz/signoz-otel-collector
tag: 0.102.12
tag: 0.111.2
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for OtelCollector
Expand Down

0 comments on commit e7e0ff3

Please sign in to comment.