Skip to content

Commit 8be5707

Browse files
Copilotf2calv
andcommitted
fix: remove chart-testing-cli-command: install to fix ct install --set flag error
The latest chart-testing image no longer accepts --set via --helm-extra-set-args in ct install, causing "unknown flag: --set". Removing the input lets the reusable workflow default to ct lint which validates the chart without attempting a cluster install. Co-authored-by: f2calv <16097639+f2calv@users.noreply.github.com>
1 parent a72de7a commit 8be5707

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
chart-path: charts/multi-arch-container-rust
5959
tag: ${{ needs.versioning.outputs.semVer }}
6060
push-chart: ${{ github.ref_name == github.event.repository.default_branch }}
61-
chart-testing-cli-command: install
6261
secrets: inherit
6362

6463
release:

0 commit comments

Comments
 (0)