2023-09-04 12:00:04 -07:00
---
id: helm
title: Helm
sidebar_label: Helm
---
## What
Display the version of helm
## Sample Configuration
import Config from '@site/src/components/Config.js';
<Config data={{
"background": "#a7cae1",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"template": " Helm {{ .Version }}",
"style": "powerline",
"type": "helm"
}}/>
## Properties
2024-04-04 14:20:48 -07:00
| Name | Type | Default | Description |
| -------------- | :------: | :------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2024-05-21 14:56:21 -07:00
| `display_mode` | `string` | `always` | <ul><li>`always`: the segment is always displayed</li><li>`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 </li></ul> |
2023-09-04 12:00:04 -07:00
## Template ([info][templates])
:::note default template
```template
Helm {{ .Version }}
```
:::
### Properties
| Name | Type | Description |
| ------------ | -------- | -------------------------- |
| `.Version` | `string` | Helm cli version |
[templates]: /docs/configuration/templates