liinux系统安装Helm
github地址:helm github地址
[root@ip-172-31-26-146 chart]# export HELM_VERSION="v3.18.0"
[root@ip-172-31-26-146 chart]# wget https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz
--2025-05-20 08:52:30-- https://get.helm.sh/helm-v3.18.0-linux-amd64.tar.gz-linux-amd64.tar.gz
Resolving get.helm.sh (get.helm.sh)... 13.107.246.40, 2620:1ec:bdf::40
Connecting to get.helm.sh (get.helm.sh)|13.107.246.40|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17813910 (17M) [application/x-tar]
Saving to: ‘helm-v3.18.0-linux-amd64.tar.gz’helm-v3.18.0-linux- 100%[===================>] 16.99M 30.3MB/s in 0.6s 2025-05-20 08:52:30 (30.3 MB/s) - ‘helm-v3.18.0-linux-amd64.tar.gz’ saved [17813910/17813910]
[root@ip-172-31-26-146 chart]# tar -xf helm-v3.18.0-linux-amd64.tar.gz
[root@ip-172-31-26-146 chart]# ls
helm-v3.18.0-linux-amd64.tar.gz linux-amd64
[root@ip-172-31-26-146 chart]# mv linux-amd64/helm /usr/local/bin/helm
[root@ip-172-31-26-146 chart]# chmod +x /usr/local/bin/helm
[root@ip-172-31-26-146 chart]# helm version
failed to load plugins: both platformCommand and command are set in "/root/.local/share/helm/plugins/helm-secrets/plugin.yaml"
version.BuildInfo{Version:"v3.18.0", GitCommit:"cc58e3f5a3aa615c6a86275e6f4444b5fdd3cc4e", GitTreeState:"clean", GoVersion:"go1.24.3"}
[root@ip-172-31-26-146 chart]# helm create parasail-miner-server
failed to load plugins: both platformCommand and command are set in "/root/.local/share/helm/plugins/helm-secrets/plugin.yaml"
Creating parasail-miner-server