diff --git a/charts/signoz/Chart.yaml b/charts/signoz/Chart.yaml index faedd719..c0b06196 100644 --- a/charts/signoz/Chart.yaml +++ b/charts/signoz/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: signoz -version: 0.30.1 -appVersion: "0.34.0" +version: 0.30.2 +appVersion: "0.34.1" 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 35547b9e..39f63a72 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.34.0` | +| `queryService.image.tag` | Container image tag | `0.34.1` | | `queryService.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `queryService.replicaCount` | Number of query-service nodes | `1` | | `queryService.initContainers.init.enabled` | Query Service initContainer enabled | `true` | @@ -109,7 +109,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.34.0` | +| `frontend.image.tag` | Container image tag | `0.34.1` | | `frontend.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `frontend.replicaCount` | Number of query-service nodes | `1` | | `frontend.initContainers.init.enabled` | Frontend initContainer enabled | `true` | @@ -188,7 +188,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.0` | +| `otelCollector.image.tag` | Container image tag | `0.88.1` | | `otelCollector.image.pullPolicy` | Container pull policy | `IfNotPresent` | | `otelCollector.replicaCount` | Number of otel-collector nodes | `1` | | `otelCollector.service.type` | Otel Collector service type | `ClusterIP` | @@ -227,7 +227,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.0` | +| `otelCollectorMetrics.image.tag` | Container image tag | `0.88.1` | | `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 3196907f..0a22512e 100644 --- a/charts/signoz/values.yaml +++ b/charts/signoz/values.yaml @@ -495,7 +495,7 @@ queryService: image: registry: docker.io repository: signoz/query-service - tag: 0.34.0 + tag: 0.34.1 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Query-Service @@ -705,7 +705,7 @@ frontend: image: registry: docker.io repository: signoz/frontend - tag: 0.34.0 + tag: 0.34.1 pullPolicy: IfNotPresent # -- Image Registry Secret Names for Frontend @@ -1146,7 +1146,7 @@ schemaMigrator: image: registry: docker.io repository: signoz/signoz-schema-migrator - tag: 0.88.0 + tag: 0.88.1 pullPolicy: IfNotPresent args: {} @@ -1156,7 +1156,7 @@ otelCollector: image: registry: docker.io repository: signoz/signoz-otel-collector - tag: 0.88.0 + tag: 0.88.1 pullPolicy: IfNotPresent # -- Image Registry Secret Names for OtelCollector @@ -1751,7 +1751,7 @@ otelCollectorMetrics: image: registry: docker.io repository: signoz/signoz-otel-collector - tag: 0.88.0 + tag: 0.88.1 pullPolicy: IfNotPresent # -- Image Registry Secret Names for OtelCollector