From 0f3285b86dfa5148961026f5b1afe6c7966b536b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Jul 2025 22:01:25 +0000 Subject: [PATCH] Update alpine Docker tag to v3.22.1 --- clusters/cl01tl/applications/freshrss/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/applications/freshrss/values.yaml b/clusters/cl01tl/applications/freshrss/values.yaml index 728c93433..bea0b0025 100644 --- a/clusters/cl01tl/applications/freshrss/values.yaml +++ b/clusters/cl01tl/applications/freshrss/values.yaml @@ -11,7 +11,7 @@ freshrss: runAsUser: 0 image: repository: alpine - tag: 3.22.0 + tag: 3.22.1 pullPolicy: IfNotPresent command: - /bin/sh @@ -35,7 +35,7 @@ freshrss: runAsUser: 0 image: repository: alpine - tag: 3.22.0 + tag: 3.22.1 pullPolicy: IfNotPresent command: - /bin/sh -- 2.49.1