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] Remove FeatureFlagService and add flagd #1082

Merged
merged 16 commits into from
Apr 5, 2024
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.80.1
version: 0.86.0
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 1.0.0
version: 2.0.1
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.12.0
version: 25.19.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 7.3.0
version: 7.3.7
- name: opensearch
repository: https://opensearch-project.github.io/helm-charts
version: 2.17.2
digest: sha256:3f338e28c048d248b87ea2357d23342e71e0cfc76d0a4e9c81d2ff65d4623856
generated: "2024-02-18T00:49:24.628921-05:00"
version: 2.19.0
digest: sha256:c5fb72359a5dfd09ae9968ee80fb9703e7c8ea922491d43ef19441788bfa04e1
generated: "2024-04-03T14:29:54.416645+02:00"
14 changes: 7 additions & 7 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.29.2
version: 0.30.0
description: opentelemetry demo helm chart
home: https://opentelemetry.io/
sources:
Expand All @@ -11,25 +11,25 @@ maintainers:
- name: puckpuck
- name: tylerhelmuth
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
appVersion: "1.8.0"
appVersion: "1.9.0"
dependencies:
- name: opentelemetry-collector
version: 0.80.1
version: 0.86.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-collector.enabled
- name: jaeger
version: 1.0.0
version: 2.0.1
repository: https://jaegertracing.github.io/helm-charts
condition: jaeger.enabled
- name: prometheus
version: 25.12.0
version: 25.19.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
- name: grafana
version: 7.3.0
version: 7.3.7
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: opensearch
version: 2.17.2
version: 2.19.0
repository: https://opensearch-project.github.io/helm-charts
condition: opensearch.enabled
2 changes: 1 addition & 1 deletion charts/opentelemetry-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ component.
| `ports` | Array of ports to open for deployment and service of this component | `[]` |
| `env` | Array of environment variables added to this component | Each component will have its own set of environment variables |
| `envOverrides` | Used to override individual environment variables without re-specifying the entire array | `[]` |
| `replicas` | Number of replicas for this component | `1` for ffsPostgres, kafka, and redis ; `nil` otherwise |
| `replicas` | Number of replicas for this component | `1` for kafka, and redis ; `nil` otherwise |
| `resources` | CPU/Memory resource requests/limits | Each component will have a default memory limit set |
| `schedulingRules.nodeSelector` | Node labels for pod assignment | `{}` |
| `schedulingRules.affinity` | Man of node/pod affinities | `{}` |
Expand Down
Loading
Loading