Skip to content

Commit

Permalink
chore(release): SigNoz 0.25.4 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Aug 10, 2023
1 parent 281e88f commit ca6907e
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.21.3
appVersion: "0.25.3"
version: 0.21.4
appVersion: "0.25.4"
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.25.3` |
| `queryService.image.tag` | Container image tag | `0.25.4` |
| `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 @@ -104,7 +104,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.25.3` |
| `frontend.image.tag` | Container image tag | `0.25.4` |
| `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 @@ -495,7 +495,7 @@ queryService:
image:
registry: docker.io
repository: signoz/query-service
tag: 0.25.3
tag: 0.25.4
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for Query-Service
Expand Down Expand Up @@ -673,7 +673,7 @@ frontend:
image:
registry: docker.io
repository: signoz/frontend
tag: 0.25.3
tag: 0.25.4
pullPolicy: IfNotPresent

# -- Image Registry Secret Names for Frontend
Expand Down

0 comments on commit ca6907e

Please sign in to comment.