Files
gitea-actions/helm/README.md
T

11 lines
516 B
Markdown

# helm
Composite actions for managing Helm chart deployments.
| action | description |
| --- | --- |
| [diff](diff/README.md) | Diff a Helm chart for a deployment in a Kubernetes cluster |
| [set_deployment_image](set_deployment_image/README.md) | Set the image for a deployment in a Kubernetes cluster |
| [template](template/README.md) | Template a Helm chart for a deployment in a Kubernetes cluster |
| [upgrade](upgrade/README.md) | Login to an OCI registry, update chart dependencies, and run helm upgrade |