From 303bd9620ff6c99f982859b4bd08eb6bc56cf9f8 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Thu, 29 Aug 2024 19:30:48 +0530 Subject: [PATCH 1/2] =?UTF-8?q?chore(signoz):=20=F0=9F=93=8C=20pin=20versi?= =?UTF-8?q?ons:=20SigNoz=200.53.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Prashant Shahi --- charts/signoz/Chart.yaml | 2 +- charts/signoz/README.md | 4 ++-- charts/signoz/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/signoz/Chart.yaml b/charts/signoz/Chart.yaml index cf773c1..1aac491 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: signoz version: 0.50.0 -appVersion: "0.52.0" +appVersion: "0.53.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 b6425ca..4791b74 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.52.0` | +| `queryService.image.tag` | Container image tag | `0.53.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.52.0` | +| `frontend.image.tag` | Container image tag | `0.53.0` | | `frontend.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `frontend.replicaCount` | Number of query-service nodes | `1` | | `frontend.initContainers.init.enabled` | Frontend initContainer enabled | `true` | diff --git a/charts/signoz/values.yaml b/charts/signoz/values.yaml index f93e81a..eac3bae 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.52.0 + tag: 0.53.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Query-Service @@ -831,7 +831,7 @@ frontend: image: registry: docker.io repository: signoz/frontend - tag: 0.52.0 + tag: 0.53.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Frontend From 7ab9dcc6dd28b9d29feac6e4728388d61d609c69 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Thu, 29 Aug 2024 19:31:26 +0530 Subject: [PATCH 2/2] =?UTF-8?q?chore(release):=20=F0=9F=94=96=20Bump=20up?= =?UTF-8?q?=20signoz=20to=200.51.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 1aac491..9fb3454 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: signoz -version: 0.50.0 +version: 0.51.0 appVersion: "0.53.0" description: SigNoz Observability Platform Helm Chart type: application