Skip to content

Commit 4acff0f

Browse files
chore(deps): update dependency helm/helm to v3.18.6 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df95baa commit 4acff0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RUN echo "Installing stern ${STERN_VERSION}..." && \
146146

147147
# Helm
148148
# https://github.com/helm/helm/releases
149-
ENV HELM_VERSION=3.18.4
149+
ENV HELM_VERSION=3.18.6
150150
RUN echo "Installing helm ${HELM_VERSION}..." && \
151151
curl -sL https://get.helm.sh/helm-v${HELM_VERSION}-linux-${TARGETARCH}.tar.gz -o helm-v${HELM_VERSION}-linux-${TARGETARCH}.tar.gz && \
152152
tar -xzf helm-v${HELM_VERSION}-linux-${TARGETARCH}.tar.gz && \

0 commit comments

Comments
 (0)