diff --git a/infra/helm-unittest/Dockerfile b/infra/helm-unittest/Dockerfile index 3c54c15..d6e7e3f 100644 --- a/infra/helm-unittest/Dockerfile +++ b/infra/helm-unittest/Dockerfile @@ -1,4 +1,4 @@ -ARG HELM_VERSION=4.0.5 +ARG HELM_VERSION=4.1.0 FROM alpine/helm:${HELM_VERSION} ENV HELM_PLUGINS="/helm-plugins"