diff --git a/clusters/cl01tl/manifests/freshrss/Deployment-freshrss.yaml b/clusters/cl01tl/manifests/freshrss/Deployment-freshrss.yaml index 522da4fdb..60ff6576a 100644 --- a/clusters/cl01tl/manifests/freshrss/Deployment-freshrss.yaml +++ b/clusters/cl01tl/manifests/freshrss/Deployment-freshrss.yaml @@ -47,7 +47,7 @@ spec: rm -rf /var/www/FreshRSS/extensions/xExtension-YouTubeChannel2RssFeed cp -r xExtension-YouTubeChannel2RssFeed /var/www/FreshRSS/extensions chown -R 568:568 /var/www/FreshRSS/extensions/xExtension-YouTubeChannel2RssFeed - image: alpine:3.23.0 + image: alpine:3.23.2 imagePullPolicy: IfNotPresent name: init-download-extension-1 resources: @@ -72,7 +72,7 @@ spec: rm -rf /var/www/FreshRSS/extensions/xExtension-ImageProxy cp -r xExtension-ImageProxy /var/www/FreshRSS/extensions chown -R 568:568 /var/www/FreshRSS/extensions/xExtension-ImageProxy - image: alpine:3.23.0 + image: alpine:3.23.2 imagePullPolicy: IfNotPresent name: init-download-extension-2 resources: @@ -95,7 +95,7 @@ spec: mkdir /var/www/FreshRSS/extensions/xExtension-karakeep-button cp -r /tmp/xExtension-karakeep-button-*/* /var/www/FreshRSS/extensions/xExtension-karakeep-button chown -R 568:568 /var/www/FreshRSS/extensions/xExtension-karakeep-button - image: alpine:3.23.0 + image: alpine:3.23.2 imagePullPolicy: IfNotPresent name: init-download-extension-3 resources: