---
id: helm
title: Helm
sidebar_label: Helm
---
## What
Display the version of helm
## Sample Configuration
import Config from '@site/src/components/Config.js';
## Properties
| Name | Type | Default | Description |
| -------------- | :------: | :------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `display_mode` | `string` | `always` |
- `always`: the segment is always displayed
- `files`: the segment is only displayed when a chart source file `Chart.yaml` (or `Chart.yml`) or helmfile `helmfile.yaml` (or `helmfile.yml`) is present
|
## Template ([info][templates])
:::note default template
```template
Helm {{ .Version }}
```
:::
### Properties
| Name | Type | Description |
| ------------ | -------- | -------------------------- |
| `.Version` | `string` | Helm cli version |
[templates]: /docs/configuration/templates