Skip to content

Commit

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

#### Summary
 - Release SigNoz v0.69.0
 - Bump SigNoz OTel Collector to v0.111.24
 - Bump SigNoz Helm chart version to v0.67.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 Jan 22, 2025
1 parent caa8b84 commit 1cf4848
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.66.0
appVersion: "0.68.0"
version: 0.67.0
appVersion: "0.69.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 @@ -554,7 +554,7 @@ queryService:
image:
registry: docker.io
repository: signoz/query-service
tag: 0.68.0
tag: 0.69.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 @@ -795,7 +795,7 @@ frontend:
image:
registry: docker.io
repository: signoz/frontend
tag: 0.68.0
tag: 0.69.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 @@ -1201,7 +1201,7 @@ schemaMigrator:
image:
registry: docker.io
repository: signoz/signoz-schema-migrator
tag: 0.111.23
tag: 0.111.24
pullPolicy: IfNotPresent
args:
- "--up="
Expand Down Expand Up @@ -1351,7 +1351,7 @@ otelCollector:
image:
registry: docker.io
repository: signoz/signoz-otel-collector
tag: 0.111.23
tag: 0.111.24
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 @@ -1819,7 +1819,7 @@ otelCollectorMetrics:
image:
registry: docker.io
repository: signoz/signoz-otel-collector
tag: 0.111.23
tag: 0.111.24
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 1cf4848

Please sign in to comment.