Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): bump SigNoz to v0.69.0, OTel Collector to v0.111.24 #607

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading