Skip to content

Commit 083a056

Browse files
committed
fix(ci): install yq for Helm ownership test
The split-chart ownership regression uses yq to inspect rendered YAML, but the Helm CI container installs only tools declared in mise. Declare and lock yq so mise install --locked provides the test dependency. Signed-off-by: Dhiraj Bokde <dbokde@nvidia.com>
1 parent db3981a commit 083a056

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

mise.lock

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ go = "1.26"
3333
buf = "1.72.0"
3434
helm = { version = "4.2.0", version_prefix = "v" }
3535
helm-docs = "1.14.2"
36+
yq = "4.53.6"
3637
skaffold = { version = "2.20.0", os = ["linux", "macos"], version_prefix = "v" }
3738
# Keep k3d out of Linux CI images until upstream ships a release rebuilt with
3839
# patched Go/container dependencies. Linux Kubernetes E2E uses kind or an

0 commit comments

Comments
 (0)