From 828ca021944ed57e577a69085e2b6a16290ae765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Mon, 10 Feb 2025 17:52:26 +0100 Subject: [PATCH] fix(charts): update imagePullPolicy to IfNotPresent and bump version to 0.2.8 --- charts/common/Chart.yaml | 2 +- charts/common/README.md | 2 +- charts/common/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 3463935e2..e9f208227 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -4,4 +4,4 @@ description: A Helm chart containing reuse templates type: library -version: 0.2.7 +version: 0.2.8 diff --git a/charts/common/README.md b/charts/common/README.md index 0f4a6de63..45883d0cd 100644 --- a/charts/common/README.md +++ b/charts/common/README.md @@ -20,7 +20,7 @@ A Helm chart containing reuse templates | defaults.health.port | int | `8081` | health port | | defaults.health.readiness | object | `{"initialDelaySeconds":5,"path":"/readyz","periodSeconds":10}` | readiness probe parameters | | defaults.health.startup | object | `{"failureThreshold":30,"path":"/readyz"}` | startup probe parameters | -| defaults.imagePullPolicy | string | `"Always"` | imagePullPolicy is the policy to use when pulling images for all charts | +| defaults.imagePullPolicy | string | `"IfNotPresent"` | imagePullPolicy is the policy to use when pulling images for all charts | | defaults.imagePullSecret | string | `"github"` | imagePullSecret is the name of the secret that holds the docker registry credentials | | defaults.istio.enabled | bool | `false` | toggle to enable/disable istio | | defaults.istio.gateway.name | string | `"gateway"` | name of the gateway | diff --git a/charts/common/values.yaml b/charts/common/values.yaml index 7d13424f3..62bca60ea 100644 --- a/charts/common/values.yaml +++ b/charts/common/values.yaml @@ -11,7 +11,7 @@ defaults: imagePullSecret: "github" # -- imagePullPolicy is the policy to use when pulling images for all charts - imagePullPolicy: Always + imagePullPolicy: IfNotPresent deployment: resources: