helmfile: add page (#22490)

Co-authored-by: Sahil Afrid Farookhi <msafarookhi@gmail.com>
This commit is contained in:
ZAKKY
2026-06-05 07:18:58 +05:30
committed by GitHub
parent 7a5059ac7f
commit 7841de5b68
+36
View File
@@ -0,0 +1,36 @@
# helmfile
> Declare and manage Helm releases and related Kubernetes manifests.
> More information: <https://helmfile.readthedocs.io>.
- Install required Helm plugins:
`helmfile init`
- Preview the changes that would be applied to the cluster:
`helmfile diff`
- Apply releases defined in `helmfile.yaml` to the cluster:
`helmfile apply`
- Synchronize the cluster with the desired state, force-recreating if needed:
`helmfile sync`
- Apply releases for a specific environment:
`helmfile {{[-e|--environment]}} {{dev|production|staging}} apply`
- Destroy all releases defined in `helmfile.yaml`:
`helmfile destroy`
- Display help:
`helmfile {{[-h|--help]}}`
- Display version:
`helmfile version`