Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install helm ubuntu

curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
sudo apt-get install apt-transport-https --yes
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm
Comment

helmfile install ubuntu

wget {{ bin_url }} -O helmfile_linux_amd64
Example 
wget -O helmfile_linux_amd64 https://github.com/roboll/helmfile/releases/download/v0.135.0/helmfile_linux_amd64
chmod +x helmfile_linux_amd64
mv helmfile_linux_amd64 ~/.local/bin/helmfile
Comment

installing helm on linux

helm_ver=v3.8.1
wget -qO- https://get.helm.sh/helm-${helm_ver}-linux-amd64.tar.gz | tar zx linux-amd64/helm
sudo mv linux-amd64/helm /usr/local/bin
sudo chmod +x /usr/local/bin/helm
rm -rf linux-amd64
Comment

Instal helm ubuntu linux

curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
sudo apt-get install apt-transport-https --yes
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm
Comment

PREVIOUS NEXT
Code Example
Shell :: certbot remove certificate nginx 
Shell :: install .deb ubuntu 20.04 
Shell :: pip install django-heroku error 
Shell :: install node ubuntu 
Shell :: magento 2 file permissions 
Shell :: install es_core_news_sm 
Shell :: heroku cli login 
Shell :: cmd command to install xlrd version 1.2.0 
Shell :: alamofire pod install 
Shell :: how to download workbench for linux 
Shell :: You must install graphviz to plot tree mac 
Shell :: cmd check if file exists or not 
Shell :: ubuntu virtualbox 1920x1080 
Shell :: xdebug ubuntu 
Shell :: how to start xampp in ubuntu 
Shell :: pip install chromedriver 
Shell :: Git commit ignore pre-commit hooks 
Shell :: npm does not support Node.js v10.19.0 
Shell :: npm dev dependencies 
Shell :: commit without a message 
Shell :: install opencv2 homebrew 
Shell :: bash counter 
Shell :: clear pacman cahce 
Shell :: command to get number of commits 
Shell :: ubuntu 21.04 mingw download 
Shell :: activate git case sensitive windows 
Shell :: windows update node 
Shell :: how to open epub files on linux 
Shell :: search for word in text files ubuntu 
Shell :: linux compress folder 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =