Skip to content

Commit

Permalink
Upped helm.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Dec 11, 2024
1 parent 36a66f3 commit 9364836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/s
curl -s https://baltocdn.com/helm/signing.asc | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=no apt-key add - &&\
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list &&\
apt-get update &&\
apt-get -y install helm=3.16.1-1 &&\
apt-get -y install helm=3.16.3-1 &&\
apt-get clean && rm -rf /var/lib/apt/lists/*


Expand Down

0 comments on commit 9364836

Please sign in to comment.