Skip to content

Commit

Permalink
use helm 3.14.4 for demo only
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tessier <[email protected]>
  • Loading branch information
puckpuck committed Nov 5, 2024
1 parent cb8691e commit ffa8e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.14.4"
default: "v3.9.4"
runs:
using: "composite"
steps:
Expand Down
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

0 comments on commit ffa8e14

Please sign in to comment.