Skip to content

Commit

Permalink
feat(container)!: Update image postgres to v16 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 31, 2024
1 parent c29a93d commit 8a931ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/media/jellystat/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
init-db:
image:
repository: postgres
tag: 15.7
tag: 16.3
command:
- sh
- -c
Expand All @@ -48,7 +48,7 @@ spec:
db:
image:
repository: postgres
tag: 15.7
tag: 16.3
env:
POSTGRES_DB: jfstat
# POSTGRES_USER: postgres
Expand Down

0 comments on commit 8a931ff

Please sign in to comment.