Difference between revisions of "Apt install helm"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | curl https://baltocdn.com/helm/signing.asc | [[gpg --dearmor]] | sudo tee /usr/share/keyrings/helm.gpg > /dev/null | + | curl https://baltocdn.com/helm/signing.asc | [[gpg --dearmor]] | sudo tee [[/usr/share/keyrings/]]helm.gpg > /dev/null |
sudo apt-get install apt-transport-https --yes | sudo apt-get install apt-transport-https --yes | ||
− | echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] | + | 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 |
− | + | sudo apt-get update && apt install -y helm | |
− | sudo apt-get update | ||
− | |||
+ | |||
+ | == Errors == | ||
+ | [[Certificate verification failed]]: [[The certificate is NOT trusted]]. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 143.244.56.49 443] | ||
== Related == | == Related == | ||
+ | [[helm version]] | ||
[[gpg --dearmor -o]] | [[gpg --dearmor -o]] | ||
+ | [[dpkg -L helm]] | ||
== See also == | == See also == | ||
* {{Helm}} | * {{Helm}} |
Latest revision as of 15:06, 14 December 2023
curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null sudo apt-get install apt-transport-https --yes 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 sudo apt-get update && apt install -y helm
Errors[edit]
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. Could not handshake: Error in the certificate verification. [IP: 143.244.56.49 443]
Related[edit]
helm version gpg --dearmor -o dpkg -L helm
See also[edit]
- Helm,
helm
[repo | template
|list
|install | unsintall
|create
|show | pull | push
|status | history | plugin
|search | upgrade | delete | lint | test | package | dependency | get | rollback | version | --help]
,helm@2
, Chart file structure, Helm Charts,values.yaml, chart.yaml
, Helm functions, Helm versions,helmfile
Deprecated:init
, variables, Mapkubeapis, .helmignore
Advertising: