From 4039278fdfa84cf4f668bca0ec3155d046138e53 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Wed, 10 Mar 2021 14:10:23 +0200 Subject: [PATCH] docs: document the image.tag helm parameter --- docs/get-started/deployment-and-usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/get-started/deployment-and-usage.md b/docs/get-started/deployment-and-usage.md index b86f5c0f0..3094468fa 100644 --- a/docs/get-started/deployment-and-usage.md +++ b/docs/get-started/deployment-and-usage.md @@ -186,6 +186,7 @@ We have introduced the following Chart parameters. | Name | Type | Default | description | | ---- | ---- | ------- | ----------- | | `image.repository` | string | `gcr.io/k8s-staging-nfd/node-feature-discovery` | NFD image repository | +| `image.tag` | string | `{{ site.release }}` | NFD image tag | | `image.pullPolicy` | string | `Always` | Image pull policy | | `imagePullSecrets` | list | [] | ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. [https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod](More info) | | `serviceAccount.create` | bool | true | Specifies whether a service account should be created |