From 51a1c356900e5ceeeeed667373b40955eedd27b2 Mon Sep 17 00:00:00 2001 From: test Date: Thu, 9 Nov 2023 13:49:35 -0700 Subject: [PATCH] pin the version of busybox for init containers --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index 6a40c80..f560f69 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -28,7 +28,7 @@ initContainers: # initContainers.image.repository -- Docker image to use for initContainers repository: busybox # initContainers.image.repository -- Tag to use for initContainers docker image - tag: latest + tag: 1.36.1 # initContainers.resources -- Resource requests and limits to use for initContainers resources: {}