Skip to content

Commit 09c9d56

Browse files
committed
feat: bump Helm
1 parent 5616475 commit 09c9d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ RUN echo "$(cat kubectl.sha256) kubectl" | sha256sum --check
6868
RUN mv kubectl /usr/local/bin/ && chmod +x /usr/local/bin/kubectl
6969

7070
# install helm from https://helm.sh/docs/intro/install/#from-apt-debianubuntu
71-
7271
RUN curl https://baltocdn.com/helm/signing.asc | apt-key add - && \
7372
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
7473

75-
RUN apt-get update && apt-get -y install helm
74+
RUN apt-get update && apt list helm && apt-get -y install helm=3.17.2-1
75+
RUN helm version
7676

7777
# install mongosh from https://www.mongodb.com/try/download/shell
7878

0 commit comments

Comments
 (0)