From 828fbef0e419f7ff4781dbf193f88ff13a259e0c Mon Sep 17 00:00:00 2001 From: Mark Verleg Date: Sun, 5 Jan 2025 20:59:39 +0100 Subject: [PATCH] Bump busybox from 1.35 to 1.37 to resolve TLS errors https://github.com/amithkk/stable-diffusion-k8s/issues/7 --- charts/stable-diffusion/templates/statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/stable-diffusion/templates/statefulset.yaml b/charts/stable-diffusion/templates/statefulset.yaml index 195dd7a..f946559 100644 --- a/charts/stable-diffusion/templates/statefulset.yaml +++ b/charts/stable-diffusion/templates/statefulset.yaml @@ -40,7 +40,7 @@ spec: {{- toYaml .Values.podSecurityContext | nindent 8 }} initContainers: - name: ensure-stable-models - image: busybox:1.35 + image: busybox:1.37 command: ["/bin/sh"] args: - -c