set the default imagePullPolicy to IfNotPresent
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 8s
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 8s
This commit is contained in:
parent
b2ea2d9f0c
commit
5942d11624
@ -23,7 +23,7 @@ The following table lists the configurable parameters of the Lib chart and their
|
||||
| `controller.type` | valid options are deployment, statefulset, job | `"deployment"` |
|
||||
| `controller.replicas` | number of replicas | `1` |
|
||||
| `image.repository` | container image name | `null` |
|
||||
| `image.pullPolicy` | kubernetes pull policy | `null` |
|
||||
| `image.pullPolicy` | kubernetes pull policy | `"IfNotPresent"` |
|
||||
| `image.tag` | Overrides the image tag whose default is the chart appVersion. | `""` |
|
||||
| `fullnameOverride` | override the name of the helm release | `""` |
|
||||
| `service.main.enabled` | | `false` |
|
||||
|
@ -7,7 +7,7 @@ controller: # main workload
|
||||
|
||||
image:
|
||||
repository: # container image name
|
||||
pullPolicy: # kubernetes pull policy
|
||||
pullPolicy: IfNotPresent # kubernetes pull policy
|
||||
tag: "" # Overrides the image tag whose default is the chart appVersion.
|
||||
|
||||
fullnameOverride: "" # override the name of the helm release
|
||||
|
Loading…
Reference in New Issue
Block a user