We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5616475 commit 09c9d56Copy full SHA for 09c9d56
Dockerfile
@@ -68,11 +68,11 @@ RUN echo "$(cat kubectl.sha256) kubectl" | sha256sum --check
68
RUN mv kubectl /usr/local/bin/ && chmod +x /usr/local/bin/kubectl
69
70
# install helm from https://helm.sh/docs/intro/install/#from-apt-debianubuntu
71
-
72
RUN curl https://baltocdn.com/helm/signing.asc | apt-key add - && \
73
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
74
75
-RUN apt-get update && apt-get -y install helm
+RUN apt-get update && apt list helm && apt-get -y install helm=3.17.2-1
+RUN helm version
76
77
# install mongosh from https://www.mongodb.com/try/download/shell
78
0 commit comments