Skip to content

Commit

Permalink
chore(release): bump SigNoz to v0.71.0, OTel Collector to v0.111.26 (#…
Browse files Browse the repository at this point in the history
…615)

#### Summary
 - Release SigNoz v0.71.0
 - Bump SigNoz OTel Collector to v0.111.26
 - Bump SigNoz Helm chart version to v0.69.0

 Created by [Primus-Bot](https://github.com/apps/primus-bot)

Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
  • Loading branch information
primus-bot[bot] authored Feb 5, 2025
1 parent f6aa926 commit 7ba0f35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.68.1
appVersion: "0.70.1"
version: 0.69.0
appVersion: "0.71.0"
description: SigNoz Observability Platform Helm Chart
type: application
home: https://signoz.io/
Expand Down
10 changes: 5 additions & 5 deletions charts/signoz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ queryService:
image:
registry: docker.io
repository: signoz/query-service
tag: 0.70.1
tag: 0.71.0
pullPolicy: IfNotPresent
# -- Image Registry Secret Names for Query-Service
# If set, this has higher precedence than the root level or global value of imagePullSecrets.
Expand Down Expand Up @@ -802,7 +802,7 @@ frontend:
image:
registry: docker.io
repository: signoz/frontend
tag: 0.70.1
tag: 0.71.0
pullPolicy: IfNotPresent
# -- Image Registry Secret Names for Frontend
# If set, this has higher precedence than the root level or global value of imagePullSecrets.
Expand Down Expand Up @@ -1208,7 +1208,7 @@ schemaMigrator:
image:
registry: docker.io
repository: signoz/signoz-schema-migrator
tag: 0.111.25
tag: 0.111.26
pullPolicy: IfNotPresent
args:
- "--up="
Expand Down Expand Up @@ -1358,7 +1358,7 @@ otelCollector:
image:
registry: docker.io
repository: signoz/signoz-otel-collector
tag: 0.111.25
tag: 0.111.26
pullPolicy: IfNotPresent
# -- Image Registry Secret Names for OtelCollector
# If set, this has higher precedence than the root level or global value of imagePullSecrets.
Expand Down Expand Up @@ -1826,7 +1826,7 @@ otelCollectorMetrics:
image:
registry: docker.io
repository: signoz/signoz-otel-collector
tag: 0.111.25
tag: 0.111.26
pullPolicy: IfNotPresent
# -- Image Registry Secret Names for OtelCollector
# If set, this has higher precedence than the root level or global value of imagePullSecrets.
Expand Down

0 comments on commit 7ba0f35

Please sign in to comment.