Skip to content

Commit c51ae00

Browse files
Najzer0brandond
authored andcommitted
bump helm-charts to version 3.18.1
Signed-off-by: Adrian Gabriel <adrian.gabriel@siemens-healthineers.com>
1 parent e22bc42 commit c51ae00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN if [ "${TARGETARCH}" = "arm/v7" ]; then \
66
else \
77
ARCH="${TARGETARCH}" ; \
88
fi && \
9-
curl -sL https://get.helm.sh/helm-v3.16.4-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
9+
curl -sL https://get.helm.sh/helm-v3.18.1-linux-${ARCH}.tar.gz | tar xvzf - --strip-components=1 -C /usr/bin
1010
COPY entry /usr/bin/
1111

1212
FROM golang:1.24-alpine3.20 AS plugins

0 commit comments

Comments
 (0)