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 1.12 release including new flagd UI #1367

Merged
merged 18 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from 14 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
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
helm-version:
description: "The helm version to be used when setting up"
required: false
default: "v3.9.4"
default: "v3.14.4"
TylerHelmuth marked this conversation as resolved.
Show resolved Hide resolved
runs:
using: "composite"
steps:
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
Loading
Loading