Skip to content

Commit

Permalink
Update postgres Docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent ed2b390 commit 8eb6460
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/base/prowlarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serviceMonitor:

extraInitContainers:
- name: init-db
image: postgres:14
image: postgres:16
command: [bash, /scripts/prowlarr_db_init.sh]
volumeMounts:
- name: prowlarr-init-scripts
Expand Down
2 changes: 1 addition & 1 deletion applications/base/radarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serviceMonitor:

extraInitContainers:
- name: init-db
image: postgres:14
image: postgres:16
command: [bash, /scripts/radarr_db_init.sh]
volumeMounts:
- name: radarr-init-scripts
Expand Down
2 changes: 1 addition & 1 deletion applications/base/sonarr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serviceMonitor:

extraInitContainers:
- name: init-db
image: postgres:14
image: postgres:16
command:
- bash
- /scripts/sonarr_db_init.sh
Expand Down

0 comments on commit 8eb6460

Please sign in to comment.