From fc8454f3824f87aded6b830762ba1440f5d6adf1 Mon Sep 17 00:00:00 2001 From: Drew Newberry Date: Fri, 15 May 2026 13:59:09 -0700 Subject: [PATCH] fix(ci): skip helm plugin verification in CI image Signed-off-by: Drew Newberry --- deploy/docker/Dockerfile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/Dockerfile.ci b/deploy/docker/Dockerfile.ci index 55911b820..6758e0f42 100644 --- a/deploy/docker/Dockerfile.ci +++ b/deploy/docker/Dockerfile.ci @@ -84,7 +84,7 @@ RUN --mount=type=secret,id=MISE_GITHUB_TOKEN \ mise reshim && \ (/root/.cargo/bin/rustup component remove rust-docs || true) && \ rm -rf /root/.rustup/toolchains/*/share/doc /root/.rustup/toolchains/*/share/man && \ - helm plugin install https://github.com/helm-unittest/helm-unittest + helm plugin install https://github.com/helm-unittest/helm-unittest --verify=false # Set working directory for CI jobs WORKDIR /builds