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

[demo] Bump dependencies and fix grafana dashboards #1422

Merged
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
14 changes: 7 additions & 7 deletions charts/opentelemetry-demo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
dependencies:
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.107.0
version: 0.109.0
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 3.3.1
version: 3.3.2
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.27.0
version: 25.30.1
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.5.6
version: 8.6.0
- name: opensearch
repository: https://opensearch-project.github.io/helm-charts
version: 2.26.0
digest: sha256:292b8188562cb1ab8a8e96d04a21aadeb13dd84d8e13bfd2947d580dc44f2ce3
generated: "2024-10-18T00:17:52.149624-04:00"
version: 2.27.0
digest: sha256:67a465bbc85a180538a0acbf52d1e3e7f4ee2007bf487ff469595185f37d3a99
generated: "2024-11-20T11:19:25.789146+01:00"
12 changes: 6 additions & 6 deletions charts/opentelemetry-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
type: application
name: opentelemetry-demo
version: 0.33.1
version: 0.33.2
description: opentelemetry demo helm chart
home: https://opentelemetry.io/
sources:
Expand All @@ -15,22 +15,22 @@ icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
appVersion: "1.12.0"
dependencies:
- name: opentelemetry-collector
version: 0.107.0
version: 0.109.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-collector.enabled
- name: jaeger
version: 3.3.1
version: 3.3.2
repository: https://jaegertracing.github.io/helm-charts
condition: jaeger.enabled
- name: prometheus
version: 25.27.0
version: 25.30.1
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
- name: grafana
version: 8.5.6
version: 8.6.0
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: opensearch
version: 2.26.0
version: 2.27.0
repository: https://opensearch-project.github.io/helm-charts
condition: opensearch.enabled
1 change: 0 additions & 1 deletion charts/opentelemetry-demo/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ Here is a collection of common configurations for the OpenTelemetry demo. Each
- [Public Hosted Ingress](public-hosted-ingress)

The manifests are rendered using the `helm template` command and the specific example folder's values.yaml.

Loading
Loading