From 56073a506fa5868494c8bc939b77fffc46744c11 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sun, 23 Feb 2025 12:30:43 -0600 Subject: [PATCH] add git --- clusters/cl01tl/applications/freshrss/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clusters/cl01tl/applications/freshrss/values.yaml b/clusters/cl01tl/applications/freshrss/values.yaml index db3e4af1c..87d7acff3 100644 --- a/clusters/cl01tl/applications/freshrss/values.yaml +++ b/clusters/cl01tl/applications/freshrss/values.yaml @@ -17,6 +17,7 @@ freshrss: - /bin/sh - -ec - | + apk add --no-cache git; cd /tmp; git clone -n --depth=1 --filter=tree:0 https://github.com/cn-tools/cntools_FreshRssExtensions.git; cd cntools_FreshRssExtensions; @@ -39,6 +40,7 @@ freshrss: - /bin/sh - -ec - | + apk add --no-cache git; cd /tmp; git clone -n --depth=1 --filter=tree:0 https://github.com/FreshRSS/Extensions.git; cd cntools_FreshRssExtensions;