Forrest logo
back to context overview

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-namespace
    try on your machine
    explain this command
  • helm:tldr:10d31 helm: Delete a helm repository.
    $ helm repo remove ${repository_name}
    try on your machine
    explain this command
  • helm:tldr:20013 helm: Add a new helm repository.
    $ helm repo add ${repository_name}
    try on your machine
    explain this command
  • helm:tldr:25518 helm: List helm repositories.
    $ helm repo list
    try on your machine
    explain this command
  • helm:tldr:57326 helm: Create a helm chart.
    $ helm create ${chart_name}
    try on your machine
    explain this command
  • helm:tldr:8c1ea helm: Download helm chart as a tar archive.
    $ helm get ${chart_release_name}
    try on your machine
    explain this command
  • helm:tldr:8e00e helm: Update helm repositories.
    $ helm repo update
    try on your machine
    explain this command
  • helm:tldr:bd80a helm: Update helm dependencies.
    $ helm dependency update
    try on your machine
    explain this command
back to context overview