Skip to content

Commit

Permalink
Merge pull request #434 from SigNoz/release/signoz-0.40.0
Browse files Browse the repository at this point in the history
Release/signoz 0.40.0
  • Loading branch information
prashant-shahi authored Apr 25, 2024
2 parents 8e9fcbb + ff6487f commit ed9f31b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.39.1
appVersion: "0.43.0"
version: 0.40.0
appVersion: "0.44.0"
description: SigNoz Observability Platform Helm Chart
type: application
home: https://signoz.io/
Expand Down
4 changes: 2 additions & 2 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.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` |
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.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` |
Expand Down
4 changes: 2 additions & 2 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ed9f31b

Please sign in to comment.