diff --git a/content/k3s/latest/en/helm/_index.md b/content/k3s/latest/en/helm/_index.md index 5a41c5f85ff..574c36d6c66 100644 --- a/content/k3s/latest/en/helm/_index.md +++ b/content/k3s/latest/en/helm/_index.md @@ -60,6 +60,7 @@ spec: | spec.helmVersion | v3 | Helm version to use (`v2` or `v3`) | | | spec.bootstrap | False | Set to True if this chart is needed to bootstrap the cluster (Cloud Controller Manager, etc) | | | spec.set | | Override simple default Chart values. These take precedence over options set via valuesContent. | `--set` / `--set-string` | +| spec.jobImage | | Specify the image to use when installing the helm chart. E.g. rancher/klipper-helm:v0.3.0 . | | | spec.valuesContent | | Override complex default Chart values via YAML file content | `--values` | | spec.chartContent | | Base64-encoded chart archive .tgz - overrides spec.chart | CHART |