diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml index ad1170e1260..672b52e59c3 100644 --- a/charts/stable/tt-rss/Chart.yaml +++ b/charts/stable/tt-rss/Chart.yaml @@ -37,5 +37,4 @@ sources: - https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static - https://hub.docker.com/r/cthulhoo/ttrss-web-nginx type: application -version: 19.3.8 - +version: 19.3.9 diff --git a/charts/stable/tt-rss/values.yaml b/charts/stable/tt-rss/values.yaml index 4bfc16e75ee..05e43b11891 100644 --- a/charts/stable/tt-rss/values.yaml +++ b/charts/stable/tt-rss/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/cthulhoo/ttrss-fpm-pgsql-static pullPolicy: IfNotPresent - tag: latest@sha256:141f6aee8f8d82148f067a794d9a602e70b716a72f7598285a66afc0816df8b6 + tag: latest@sha256:cf2d1a5d2b24db25ea15a841d7fc79a5b5c0b2f92098f99bcb21f057ffec8d33 nginxImage: repository: docker.io/cthulhoo/ttrss-web-nginx pullPolicy: IfNotPresent @@ -9,7 +9,7 @@ nginxImage: updaterImage: repository: docker.io/cthulhoo/ttrss-fpm-pgsql-static pullPolicy: IfNotPresent - tag: latest@sha256:141f6aee8f8d82148f067a794d9a602e70b716a72f7598285a66afc0816df8b6 + tag: latest@sha256:cf2d1a5d2b24db25ea15a841d7fc79a5b5c0b2f92098f99bcb21f057ffec8d33 securityContext: container: readOnlyRootFilesystem: false