helm install my-release oci://ghcr.io/mixa3607/charts/<chart>
- Kubernetes 1.30+
- Helm 3.8.0+
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
To install Helm, refer to the Helm install guide and ensure that the helm
binary is in the PATH
of your shell.
Once you have installed the Helm client, you can deploy a Bitnami Helm Chart into a Kubernetes cluster.
Please refer to the Quick Start guide if you wish to get running in just a few commands, otherwise, the Using Helm Guide provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
Useful Helm Client Commands:
- Install a chart:
helm install my-release oci://ghcr.io/mixa3607/charts/<chart>
- Upgrade your application:
helm upgrade my-release oci://ghcr.io/mixa3607/charts/<chart>