Инструменты пользователя

Инструменты сайта


how-to:helm

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

Предыдущая версия справа и слеваПредыдущая версия
how-to:helm [2026/02/25 10:00] – [helm] lioncubhow-to:helm [2026/02/26 10:50] (текущий) – [helm] lioncub
Строка 5: Строка 5:
 curl -fsSL -o /tmp/get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 curl -fsSL -o /tmp/get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
 bash /tmp/get_helm.sh bash /tmp/get_helm.sh
 +</code>
 +
 +Установить версию для тестирования:
 +<code bash>
 +curl -s https://get.helm.sh/helm-v4.1.1-linux-amd64.tar.gz | sudo tar -zxf - --strip-components=1 --transform='s|helm|/usr/local/bin/helm4|' linux-amd64/helm
 </code> </code>
 https://helm.sh/docs/intro/install/ https://helm.sh/docs/intro/install/
how-to/helm.txt · Последнее изменение: lioncub