# Helm
TIP
All deployed helmfiles are in the deploy repo k8s/helm directory (opens new window).
All custom helm charts are in the deploy repo charts repository (opens new window).
Most services are deployed using helm (opens new window) and helmfile (opens new window).
When applying a helmfile you need to be in the directory of the helmfile.
Always look at the diff before applyting changes
helmfile diff
You can then actually apply the changes with:
helmfile apply
← Definitions Services →