Skip to content

Commit

Permalink
MAP-1752 code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
michalnawrockidj committed Oct 30, 2024
1 parent 6e4a1db commit 31ab561
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:15.7"
image: "postgres:16.4"
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:15.5"
image: "postgres:16.4"
command:
- /bin/entrypoint.sh
volumeMounts:
Expand Down

0 comments on commit 31ab561

Please sign in to comment.