diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index 4c9971aa21f..c4391c72a15 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png keywords: - tt-rss - rss -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' maintainers: - name: TrueCharts email: info@truecharts.org @@ -35,4 +35,4 @@ sources: - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx type: application -version: 15.0.7 +version: 15.0.9 diff --git a/charts/stable/tt-rss/values.yaml b/charts/stable/tt-rss/values.yaml index 91e61dba883..d301d70494b 100644 --- a/charts/stable/tt-rss/values.yaml +++ b/charts/stable/tt-rss/values.yaml @@ -1,7 +1,7 @@ image: repository: cthulhoo/ttrss-fpm-pgsql-static pullPolicy: IfNotPresent - tag: latest@sha256:885eb59056a94e27876e085e2382b38b9317dedc1ab63827a48b2761de2e677b + tag: latest@sha256:38eb1c4c3bc14cac8b1a70fbe62283d60facfea955b4c08e352dee3e7ba17222 nginxImage: repository: cthulhoo/ttrss-web-nginx pullPolicy: IfNotPresent @@ -9,7 +9,7 @@ nginxImage: updaterImage: repository: cthulhoo/ttrss-fpm-pgsql-static pullPolicy: IfNotPresent - tag: latest@sha256:885eb59056a94e27876e085e2382b38b9317dedc1ab63827a48b2761de2e677b + tag: latest@sha256:38eb1c4c3bc14cac8b1a70fbe62283d60facfea955b4c08e352dee3e7ba17222 securityContext: container: readOnlyRootFilesystem: false