Skip to content

Commit

Permalink
Release/signoz 0.43.0 (#446)
Browse files Browse the repository at this point in the history
* chore(signoz): πŸ“Œ pin versions: SigNoz 0.47.0, SigNoz OtelCollector 0.88.26

* chore(janus): πŸ”– Bump up signoz to 0.43.0

---------

Signed-off-by: Prashant Shahi <[email protected]>
  • Loading branch information
prashant-shahi authored Jun 5, 2024
1 parent 5434452 commit 9153b7c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/signoz/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: signoz
version: 0.42.1
appVersion: "0.46.0"
version: 0.43.0
appVersion: "0.47.0"
description: SigNoz Observability Platform Helm Chart
type: application
home: https://signoz.io/
Expand Down
8 changes: 4 additions & 4 deletions charts/signoz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following table lists the configurable parameters of the `signoz` chart and
| `queryService.name` | Query Service component name | `query-service` |
| `queryService.image.registry` | Query Service image registry name | `docker.io` |
| `queryService.image.repository` | Container image name | `signoz/query-service` |
| `queryService.image.tag` | Container image tag | `0.46.0` |
| `queryService.image.tag` | Container image tag | `0.47.0` |
| `queryService.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `queryService.replicaCount` | Number of query-service nodes | `1` |
| `queryService.initContainers.init.enabled` | Query Service initContainer enabled | `true` |
Expand Down Expand Up @@ -110,7 +110,7 @@ The following table lists the configurable parameters of the `signoz` chart and
| `frontend.name` | Frontend component name | `frontend` |
| `frontend.image.registry` | Frontend image registry name | `docker.io` |
| `frontend.image.repository` | Container image name | `signoz/frontend` |
| `frontend.image.tag` | Container image tag | `0.46.0` |
| `frontend.image.tag` | Container image tag | `0.47.0` |
| `frontend.image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `frontend.replicaCount` | Number of query-service nodes | `1` |
| `frontend.initContainers.init.enabled` | Frontend initContainer enabled | `true` |
Expand Down 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.88.24` |
| `otelCollector.image.tag` | Container image tag | `0.88.26` |
| `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.88.24` |
| `otelCollectorMetrics.image.tag` | Container image tag | `0.88.26` |
| `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
10 changes: 5 additions & 5 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ queryService:
image:
registry: docker.io
repository: signoz/query-service
tag: 0.46.0
tag: 0.47.0
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for Query-Service
Expand Down Expand Up @@ -804,7 +804,7 @@ frontend:
image:
registry: docker.io
repository: signoz/frontend
tag: 0.46.0
tag: 0.47.0
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for Frontend
Expand Down Expand Up @@ -1240,7 +1240,7 @@ schemaMigrator:
image:
registry: docker.io
repository: signoz/signoz-schema-migrator
tag: 0.88.24
tag: 0.88.26
pullPolicy: IfNotPresent

args: {}
Expand Down Expand Up @@ -1354,7 +1354,7 @@ otelCollector:
image:
registry: docker.io
repository: signoz/signoz-otel-collector
tag: 0.88.24
tag: 0.88.26
pullPolicy: IfNotPresent

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

# -- Image Registry Secret Names for OtelCollector
Expand Down

0 comments on commit 9153b7c

Please sign in to comment.