From b6cd2cd825417a73d3a3e78cb86b97218f4e6794 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Thu, 25 Apr 2024 18:34:45 +0545 Subject: [PATCH 1/2] =?UTF-8?q?chore(signoz):=20=F0=9F=93=8C=20pin=20versi?= =?UTF-8?q?ons:=20SigNoz=200.44.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 5ef111a1..1c98f63f 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: signoz version: 0.39.1 -appVersion: "0.43.0" +appVersion: "0.44.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 1a44e507..399d513a 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.43.0` | +| `queryService.image.tag` | Container image tag | `0.44.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.43.0` | +| `frontend.image.tag` | Container image tag | `0.44.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 d0c3f763..fd2037e7 100644 --- a/charts/signoz/values.yaml +++ b/charts/signoz/values.yaml @@ -574,7 +574,7 @@ queryService: image: registry: docker.io repository: signoz/query-service - tag: 0.43.0 + tag: 0.44.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Query-Service @@ -804,7 +804,7 @@ frontend: image: registry: docker.io repository: signoz/frontend - tag: 0.43.0 + tag: 0.44.0 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Frontend From ff6487f78171ffe2c2ef271c6ab7b1809f90bfa4 Mon Sep 17 00:00:00 2001 From: Prashant Shahi Date: Thu, 25 Apr 2024 18:35:36 +0545 Subject: [PATCH 2/2] =?UTF-8?q?chore(release):=20=F0=9F=94=96=20Bump=20up?= =?UTF-8?q?=20signoz=20to=200.40.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 1c98f63f..9324d92f 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: signoz -version: 0.39.1 +version: 0.40.0 appVersion: "0.44.0" description: SigNoz Observability Platform Helm Chart type: application