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;