From 189c5734292be1eb11da3f90d4fe67be0dc6f225 Mon Sep 17 00:00:00 2001 From: Paul Laffitte Date: Fri, 22 Sep 2023 15:25:36 +0200 Subject: [PATCH] fix: bump registry version to 2.8.2 to fix security issues --- helm/kube-image-keeper/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/kube-image-keeper/values.yaml b/helm/kube-image-keeper/values.yaml index a9c7055c..037c2214 100644 --- a/helm/kube-image-keeper/values.yaml +++ b/helm/kube-image-keeper/values.yaml @@ -173,7 +173,7 @@ registry: # -- Registry image pull policy pullPolicy: IfNotPresent # -- Registry image tag - tag: "2.8.1" + tag: "2.8.2" # -- Number of replicas for the registry pod replicas: 1 persistence: