set the default imagePullPolicy to IfNotPresent
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 8s

This commit is contained in:
Jonas Forsberg 2024-10-18 11:04:28 +02:00
parent b2ea2d9f0c
commit 5942d11624
2 changed files with 2 additions and 2 deletions

View File

@ -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.type` | valid options are deployment, statefulset, job | `"deployment"` |
| `controller.replicas` | number of replicas | `1` | | `controller.replicas` | number of replicas | `1` |
| `image.repository` | container image name | `null` | | `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. | `""` | | `image.tag` | Overrides the image tag whose default is the chart appVersion. | `""` |
| `fullnameOverride` | override the name of the helm release | `""` | | `fullnameOverride` | override the name of the helm release | `""` |
| `service.main.enabled` | | `false` | | `service.main.enabled` | | `false` |

View File

@ -7,7 +7,7 @@ controller: # main workload
image: image:
repository: # container image name repository: # container image name
pullPolicy: # kubernetes pull policy pullPolicy: IfNotPresent # kubernetes pull policy
tag: "" # Overrides the image tag whose default is the chart appVersion. tag: "" # Overrides the image tag whose default is the chart appVersion.
fullnameOverride: "" # override the name of the helm release fullnameOverride: "" # override the name of the helm release