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 memory limits #1423

Merged
merged 6 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from 4 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.109.0
version: 0.107.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@puckpuck do you want to decrease these versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this. Certainly did not intend to decrease these.

- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 3.3.2
version: 3.3.1
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.30.1
version: 25.27.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.6.0
version: 8.5.6
- name: opensearch
repository: https://opensearch-project.github.io/helm-charts
version: 2.27.0
digest: sha256:67a465bbc85a180538a0acbf52d1e3e7f4ee2007bf487ff469595185f37d3a99
generated: "2024-11-20T11:19:25.789146+01:00"
version: 2.26.0
digest: sha256:292b8188562cb1ab8a8e96d04a21aadeb13dd84d8e13bfd2947d580dc44f2ce3
generated: "2024-11-20T23:58:39.995737-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.33.2
version: 0.33.3
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.109.0
version: 0.107.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-collector.enabled
- name: jaeger
version: 3.3.2
version: 3.3.1
repository: https://jaegertracing.github.io/helm-charts
condition: jaeger.enabled
- name: prometheus
version: 25.30.1
version: 25.27.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
- name: grafana
version: 8.6.0
version: 8.5.6
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: opensearch
version: 2.27.0
version: 2.26.0
repository: https://opensearch-project.github.io/helm-charts
condition: opensearch.enabled
Loading
Loading