From ffa8e1486eda327517d66026e6696780822f28a0 Mon Sep 17 00:00:00 2001 From: Pierre Tessier Date: Tue, 5 Nov 2024 11:23:46 -0500 Subject: [PATCH] use helm 3.14.4 for demo only Signed-off-by: Pierre Tessier --- .github/actions/setup/action.yaml | 2 +- .github/workflows/demo-test.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index bbed6ed7d..b3bc1d487 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -8,7 +8,7 @@ inputs: helm-version: description: "The helm version to be used when setting up" required: false - default: "v3.14.4" + default: "v3.9.4" runs: using: "composite" steps: diff --git a/.github/workflows/demo-test.yaml b/.github/workflows/demo-test.yaml index 30a5cce6a..bca07f5d1 100644 --- a/.github/workflows/demo-test.yaml +++ b/.github/workflows/demo-test.yaml @@ -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