Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/signoz 0.50.0 #483

Merged
merged 3 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.49.0
appVersion: "0.51.0"
version: 0.50.0
appVersion: "0.52.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.51.0` |
| `queryService.image.tag` | Container image tag | `0.52.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.51.0` |
| `frontend.image.tag` | Container image tag | `0.52.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.102.3` |
| `otelCollector.image.tag` | Container image tag | `0.102.4` |
| `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.3` |
| `otelCollectorMetrics.image.tag` | Container image tag | `0.102.4` |
| `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
7 changes: 4 additions & 3 deletions charts/signoz/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

{{- end }}


If you have any ideas, questions, or any feedback, please share on our Github Discussions:
https://github.com/SigNoz/signoz/discussions/713
{{- if .Release.IsUpgrade }}
NOTE: We no longer bundle K8s-Infra chart with the SigNoz chart installation. For any existing
set up, please install K8s-Infra chart separately with the relevant override values.
{{- end }}
10 changes: 5 additions & 5 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ queryService:
image:
registry: docker.io
repository: signoz/query-service
tag: 0.51.0
tag: 0.52.0
pullPolicy: IfNotPresent

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

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

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

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

# -- Image Registry Secret Names for OtelCollector
Expand Down
Loading