From 5942d116248a0671fa96ba0298ea10750dcfae93 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 18 Oct 2024 11:04:28 +0200 Subject: [PATCH] set the default imagePullPolicy to IfNotPresent --- README.md | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4304d34..692f2fb 100644 --- a/README.md +++ b/README.md @@ -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` | diff --git a/values.yaml b/values.yaml index a6487e5..c980a6e 100644 --- a/values.yaml +++ b/values.yaml @@ -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