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] update to demo release 1.7 #983

Merged
merged 3 commits into from
Dec 19, 2023
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
12 changes: 6 additions & 6 deletions charts/opentelemetry-demo/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: opentelemetry-collector
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: 0.73.1
version: 0.77.0
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 0.72.0
version: 0.72.1
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.4.0
version: 25.8.2
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 7.0.2
digest: sha256:ab2ac03e11a942d4a0db3534823d773de5830947d9142bc482e0113db8974749
generated: "2023-11-03T08:39:24.04441-04:00"
version: 7.0.17
digest: sha256:f250ab055f3220c955bac32729a6aeddf707af805cca528ffb143f91e6ccbbc7
generated: "2023-12-14T23:19:56.92245-05: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.26.1
version: 0.27.0
description: opentelemetry demo helm chart
home: https://opentelemetry.io/
sources:
Expand All @@ -11,21 +11,21 @@ maintainers:
- name: puckpuck
- name: tylerhelmuth
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
appVersion: "1.6.0"
appVersion: "1.7.0"
dependencies:
- name: opentelemetry-collector
version: 0.73.1
version: 0.77.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-collector.enabled
- name: jaeger
version: 0.72.0
version: 0.72.1
repository: https://jaegertracing.github.io/helm-charts
condition: jaeger.enabled
- name: prometheus
version: 25.4.0
version: 25.8.2
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
- name: grafana
version: 7.0.2
version: 7.0.17
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
Loading