From 73794f64d325021596153f06933fae4fad57d571 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 23 Feb 2025 12:34:24 -0600 Subject: [PATCH] change to alpine --- clusters/cl01tl/applications/freshrss/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/applications/freshrss/values.yaml b/clusters/cl01tl/applications/freshrss/values.yaml index 87d7acff3..e0ec6a7b0 100644 --- a/clusters/cl01tl/applications/freshrss/values.yaml +++ b/clusters/cl01tl/applications/freshrss/values.yaml @@ -10,8 +10,8 @@ freshrss: securityContext: runAsUser: 568 image: - repository: busybox - tag: 1.37.0 + repository: alpine + tag: 3.21.3 pullPolicy: IfNotPresent command: - /bin/sh @@ -33,8 +33,8 @@ freshrss: securityContext: runAsUser: 568 image: - repository: busybox - tag: 1.37.0 + repository: alpine + tag: 3.21.3 pullPolicy: IfNotPresent command: - /bin/sh