website/docs/segments/cli/helm.mdx
Display the version of Helm
import Config from '@site/src/components/Config.js';
<Config data={{ "background": "#a7cae1", "foreground": "#100e23", "powerline_symbol": "\ue0b0", "template": " \ue7fb {{ .Version }}", "style": "powerline", "type": "helm" }}/>
| Name | Type | Default | Description |
|---|---|---|---|
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> |
:::note default template
Helm {{ .Version }}
:::
| Name | Type | Description |
|---|---|---|
.Version | string | Helm cli version |