
helm
List of commands for helm:
-
helm:ai:5e81f How to deploy a helm chart to rke2$ helm upgrade --install ${RELEASE_NAME} ${CHART_NAME} --namespace ${NAMESPACE} --create-namespacetry on your machineexplain this command
-
helm:tldr:10d31 helm: Delete a helm repository.$ helm repo remove ${repository_name}try on your machineexplain this command
-
helm:tldr:20013 helm: Add a new helm repository.$ helm repo add ${repository_name}try on your machineexplain this command
-
helm:tldr:25518 helm: List helm repositories.$ helm repo listtry on your machineexplain this command
-
helm:tldr:57326 helm: Create a helm chart.$ helm create ${chart_name}try on your machineexplain this command
-
helm:tldr:8c1ea helm: Download helm chart as a tar archive.$ helm get ${chart_release_name}try on your machineexplain this command
-
helm:tldr:8e00e helm: Update helm repositories.$ helm repo updatetry on your machineexplain this command
-
helm:tldr:bd80a helm: Update helm dependencies.$ helm dependency updatetry on your machineexplain this command