Skip to content

Commit

Permalink
[demo] - update to 1.12 release including new flagd UI (#1367)
Browse files Browse the repository at this point in the history
* Add emptydir volume

* Add sidecarContainer component, and add flagd-ui

* flagd UI

Signed-off-by: Pierre Tessier <[email protected]>

* update chart, demo version and dependencies

Signed-off-by: Pierre Tessier <[email protected]>

* update chart, demo version and dependencies

Signed-off-by: Pierre Tessier <[email protected]>

* add env variables to network bind otel collector in Jaeger

Signed-off-by: Pierre Tessier <[email protected]>

* fix linter issue

Signed-off-by: Pierre Tessier <[email protected]>

* generate examples

Signed-off-by: Pierre Tessier <[email protected]>

* use Helm v3.14.4

Signed-off-by: Pierre Tessier <[email protected]>

* update Helm prerequisite to 3.14+

Signed-off-by: Pierre Tessier <[email protected]>

* use helm 3.14.4 for demo only

Signed-off-by: Pierre Tessier <[email protected]>

* added note about Helm version

Signed-off-by: Pierre Tessier <[email protected]>

---------

Signed-off-by: Pierre Tessier <[email protected]>
Co-authored-by: Pierre Tessier <[email protected]>
  • Loading branch information
klucsik and puckpuck authored Nov 5, 2024
1 parent caf6b80 commit 9663cc6
Show file tree
Hide file tree
Showing 203 changed files with 4,498 additions and 4,012 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: ./.github/actions/setup
with:
create-kind-cluster: "true"
helm-version: "v3.14.4"

- name: Run chart-testing (install)
run: "ct install --charts charts/opentelemetry-demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: ./.github/actions/setup
with:
create-kind-cluster: "false"
helm-version: "v3.11.3"
helm-version: "v3.14.4"

- name: Run chart-testing (lint)
run: "ct lint --target-branch main
Expand Down
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.104.0
version: 0.107.0
- name: jaeger
repository: https://jaegertracing.github.io/helm-charts
version: 3.1.2
version: 3.3.1
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
version: 25.24.1
version: 25.27.0
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 8.3.7
version: 8.5.6
- name: opensearch
repository: https://opensearch-project.github.io/helm-charts
version: 2.21.0
digest: sha256:2a16f992b59fe8169ab4faf3b022f3acb691d8ba59238ec1dc16db0bb7cedd2f
generated: "2024-09-04T17:44:43.761156097+02:00"
version: 2.26.0
digest: sha256:292b8188562cb1ab8a8e96d04a21aadeb13dd84d8e13bfd2947d580dc44f2ce3
generated: "2024-10-18T00:17:52.149624-04: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.32.8
version: 0.33.0
description: opentelemetry demo helm chart
home: https://opentelemetry.io/
sources:
Expand All @@ -12,25 +12,25 @@ maintainers:
- name: puckpuck
- name: tylerhelmuth
icon: https://opentelemetry.io/img/logos/opentelemetry-logo-nav.png
appVersion: "1.11.1"
appVersion: "1.12.0"
dependencies:
- name: opentelemetry-collector
version: 0.104.0
version: 0.107.0
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-collector.enabled
- name: jaeger
version: 3.1.2
version: 3.3.1
repository: https://jaegertracing.github.io/helm-charts
condition: jaeger.enabled
- name: prometheus
version: 25.24.1
version: 25.27.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled
- name: grafana
version: 8.3.7
version: 8.5.6
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled
- name: opensearch
version: 2.21.0
version: 2.26.0
repository: https://opensearch-project.github.io/helm-charts
condition: opensearch.enabled
106 changes: 62 additions & 44 deletions charts/opentelemetry-demo/README.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions charts/opentelemetry-demo/UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Upgrade guidelines

## To 0.33

The Helm prerequisite version has been updated to Helm 3.14+. Please upgrade your
Helm client to the latest version.

## To 0.28

The `configuration` property for components has been removed in favor of the new `mountedConfigMaps` property.
Expand Down
Loading

0 comments on commit 9663cc6

Please sign in to comment.