Skip to content

Commit 51993de

Browse files
Bump dependencies and fix grafana dashboards (#1422)
1 parent 7d032da commit 51993de

File tree

184 files changed

+3626
-3579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+3626
-3579
lines changed

charts/opentelemetry-demo/Chart.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
dependencies:
22
- name: opentelemetry-collector
33
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
4-
version: 0.107.0
4+
version: 0.109.0
55
- name: jaeger
66
repository: https://jaegertracing.github.io/helm-charts
7-
version: 3.3.1
7+
version: 3.3.2
88
- name: prometheus
99
repository: https://prometheus-community.github.io/helm-charts
10-
version: 25.27.0
10+
version: 25.30.1
1111
- name: grafana
1212
repository: https://grafana.github.io/helm-charts
13-
version: 8.5.6
13+
version: 8.6.0
1414
- name: opensearch
1515
repository: https://opensearch-project.github.io/helm-charts
16-
version: 2.26.0
17-
digest: sha256:292b8188562cb1ab8a8e96d04a21aadeb13dd84d8e13bfd2947d580dc44f2ce3
18-
generated: "2024-10-18T00:17:52.149624-04:00"
16+
version: 2.27.0
17+
digest: sha256:67a465bbc85a180538a0acbf52d1e3e7f4ee2007bf487ff469595185f37d3a99
18+
generated: "2024-11-20T11:19:25.789146+01:00"

charts/opentelemetry-demo/Chart.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
type: application
33
name: opentelemetry-demo
4-
version: 0.33.1
4+
version: 0.33.2
55
description: opentelemetry demo helm chart
66
home: https://opentelemetry.io/
77
sources:
@@ -15,22 +15,22 @@ icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
1515
appVersion: "1.12.0"
1616
dependencies:
1717
- name: opentelemetry-collector
18-
version: 0.107.0
18+
version: 0.109.0
1919
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
2020
condition: opentelemetry-collector.enabled
2121
- name: jaeger
22-
version: 3.3.1
22+
version: 3.3.2
2323
repository: https://jaegertracing.github.io/helm-charts
2424
condition: jaeger.enabled
2525
- name: prometheus
26-
version: 25.27.0
26+
version: 25.30.1
2727
repository: https://prometheus-community.github.io/helm-charts
2828
condition: prometheus.enabled
2929
- name: grafana
30-
version: 8.5.6
30+
version: 8.6.0
3131
repository: https://grafana.github.io/helm-charts
3232
condition: grafana.enabled
3333
- name: opensearch
34-
version: 2.26.0
34+
version: 2.27.0
3535
repository: https://opensearch-project.github.io/helm-charts
3636
condition: opensearch.enabled

charts/opentelemetry-demo/examples/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ Here is a collection of common configurations for the OpenTelemetry demo. Each
1010
- [Public Hosted Ingress](public-hosted-ingress)
1111

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

0 commit comments

Comments
 (0)