From 346ba301a57e4d5b7ca09c370ddc1cfeacd08a44 Mon Sep 17 00:00:00 2001 From: Eugen Stan Date: Thu, 26 Nov 2020 11:35:58 +0200 Subject: [PATCH] Use newer klipper-helm image Fixes https://github.com/k3s-io/helm-controller/issues/79 --- content/k3s/latest/en/helm/_index.md | 1 + 1 file changed, 1 insertion(+) 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 |