Skip to content

Commit

Permalink
upped helm
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 8, 2024
1 parent 270dcc6 commit 4146a03
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 @@ -25,7 +25,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.12.3-1
apt-get -y install helm=3.15.1-1



Expand Down

0 comments on commit 4146a03

Please sign in to comment.