Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): update image docker.io/cthulhoo/ttrss-fpm-pgsql-static digest to b600581 #29752

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/stable/tt-rss/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ sources:
- https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static
- https://hub.docker.com/r/cthulhoo/ttrss-web-nginx
type: application
version: 18.2.27
version: 18.2.29
4 changes: 2 additions & 2 deletions charts/stable/tt-rss/values.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
image:
repository: docker.io/cthulhoo/ttrss-fpm-pgsql-static
pullPolicy: IfNotPresent
tag: latest@sha256:8fd196aa70eb8acfff99d804239d19fbcb16e399e819d3e4dfb2e52ea6f0812f
tag: latest@sha256:b600581586d06d956831494b625cd32b8a8b5260b1f35e734bf1bf4cd1b93724
nginxImage:
repository: docker.io/cthulhoo/ttrss-web-nginx
pullPolicy: IfNotPresent
tag: latest@sha256:1f16f4c93bb98551596283c8db72e4464736a46ed643eac16c5e744df59cd85e
updaterImage:
repository: docker.io/cthulhoo/ttrss-fpm-pgsql-static
pullPolicy: IfNotPresent
tag: latest@sha256:8fd196aa70eb8acfff99d804239d19fbcb16e399e819d3e4dfb2e52ea6f0812f
tag: latest@sha256:b600581586d06d956831494b625cd32b8a8b5260b1f35e734bf1bf4cd1b93724
securityContext:
container:
readOnlyRootFilesystem: false
Expand Down
Loading