--- 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` | | ## Template ([info][templates]) :::note default template ```template Helm {{ .Version }} ``` ::: ### Properties | Name | Type | Description | | ------------ | -------- | -------------------------- | | `.Version` | `string` | Helm cli version | [templates]: /docs/configuration/templates