Skip to content

Commit

Permalink
MAP-1026 align refresh DB version with apps RDS version (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
GurnankCheema authored Apr 30, 2024
1 parent 60ef689 commit 16ac9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database_refresh/02-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
runAsUser: 999
containers:
- name: dbrefresh
image: "postgres:14.3"
image: "postgres:15.5"
command:
- /bin/entrypoint.sh
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion database_refresh/adhoc-db-refresh-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
runAsUser: 999
containers:
- name: dbrefresh
image: "postgres:14.3"
image: "postgres:15.5"
command:
- /bin/entrypoint.sh
volumeMounts:
Expand Down

0 comments on commit 16ac9a6

Please sign in to comment.