-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

helm


> Helm is a package manager for Kubernetes.

> Some subcommands such as `helm install` have their own usage documentation.

More information.


Create a helm chart:

helm create {chart_name}

Add a new helm repository:

helm repo add {repository_name}

List helm repositories:

helm repo list

Update helm repositories:

helm repo update

Delete a helm repository:

helm repo remove {repository_name}

Install a helm chart:

helm install {name} {repository_name}/{chart_name}

Download helm chart as a tar archive:

helm get {chart_release_name}

Update helm dependencies:

helm dependency update


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:43:42 2024