Skip to content

Commit 403c754

Browse files
authored
fix(ci): skip helm plugin verification in CI image (#1411)
Signed-off-by: Drew Newberry <anewberry@nvidia.com>
1 parent 910d3f0 commit 403c754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/docker/Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ RUN --mount=type=secret,id=MISE_GITHUB_TOKEN \
8484
mise reshim && \
8585
(/root/.cargo/bin/rustup component remove rust-docs || true) && \
8686
rm -rf /root/.rustup/toolchains/*/share/doc /root/.rustup/toolchains/*/share/man && \
87-
helm plugin install https://github.com/helm-unittest/helm-unittest
87+
helm plugin install https://github.com/helm-unittest/helm-unittest --verify=false
8888

8989
# Set working directory for CI jobs
9090
WORKDIR /builds

0 commit comments

Comments
 (0)