From 410472266c4cc9e0ead1654751aa9286afb834a2 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Wed, 25 Sep 2024 22:15:11 +0530 Subject: [PATCH 1/2] chore(signoz): pin versions: SigNoz 0.55.0, SigNoz OtelCollector 0.102.10 Signed-off-by: Prashant Shahi --- charts/signoz/Chart.yaml | 2 +- charts/signoz/README.md | 8 ++++---- charts/signoz/values.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/signoz/Chart.yaml b/charts/signoz/Chart.yaml index 0448ec5..c7d8bee 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: signoz version: 0.52.0 -appVersion: "0.54.0" +appVersion: "0.55.0" description: SigNoz Observability Platform Helm Chart type: application home: https://signoz.io/ diff --git a/charts/signoz/README.md b/charts/signoz/README.md index 7325e84..9157b7d 100644 --- a/charts/signoz/README.md +++ b/charts/signoz/README.md @@ -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.54.0` | +| `queryService.image.tag` | Container image tag | `0.55.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` | @@ -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.54.0` | +| `frontend.image.tag` | Container image tag | `0.55.0` | | `frontend.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `frontend.replicaCount` | Number of query-service nodes | `1` | | `frontend.initContainers.init.enabled` | Frontend initContainer enabled | `true` | @@ -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.8` | +| `otelCollector.image.tag` | Container image tag | `0.102.10` | | `otelCollector.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `otelCollector.replicaCount` | Number of otel-collector nodes | `1` | | `otelCollector.service.type` | Otel Collector service type | `ClusterIP` | @@ -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.8` | +| `otelCollectorMetrics.image.tag` | Container image tag | `0.102.10` | | `otelCollectorMetrics.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `otelCollectorMetrics.replicaCount` | Number of otel-collector-metrics nodes | `1` | | `otelCollectorMetrics.service.type` | Otel Collector service type | `ClusterIP` | diff --git a/charts/signoz/values.yaml b/charts/signoz/values.yaml index 9e64d4b..a65cdb6 100644 --- a/charts/signoz/values.yaml +++ b/charts/signoz/values.yaml @@ -601,7 +601,7 @@ queryService: image: registry: docker.io repository: signoz/query-service - tag: 0.54.0 + tag: 0.55.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Query-Service @@ -831,7 +831,7 @@ frontend: image: registry: docker.io repository: signoz/frontend - tag: 0.54.0 + tag: 0.55.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Frontend @@ -1267,7 +1267,7 @@ schemaMigrator: image: registry: docker.io repository: signoz/signoz-schema-migrator - tag: 0.102.8 + tag: 0.102.10 pullPolicy: IfNotPresent args: {} @@ -1383,7 +1383,7 @@ otelCollector: image: registry: docker.io repository: signoz/signoz-otel-collector - tag: 0.102.8 + tag: 0.102.10 pullPolicy: IfNotPresent # -- Image Registry Secret Names for OtelCollector @@ -2012,7 +2012,7 @@ otelCollectorMetrics: image: registry: docker.io repository: signoz/signoz-otel-collector - tag: 0.102.8 + tag: 0.102.10 pullPolicy: IfNotPresent # -- Image Registry Secret Names for OtelCollector From b2878d7a3b4afc9f39f0d100f0515fdc0d88446b Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Wed, 25 Sep 2024 22:15:29 +0530 Subject: [PATCH 2/2] chore(release): bump up signoz to 0.53.0 Signed-off-by: Prashant Shahi --- charts/signoz/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/signoz/Chart.yaml b/charts/signoz/Chart.yaml index c7d8bee..31cabad 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: signoz -version: 0.52.0 +version: 0.53.0 appVersion: "0.55.0" description: SigNoz Observability Platform Helm Chart type: application