Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16.6 (#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Dec 2, 2024
1 parent 7687e49 commit 0bc15c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extras/cloudsql/populate-jobs/populate-accounts-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ spec:
cpu: "200m"
memory: "100Mi"
- name: populate-accounts-db
image: postgres:16.5-alpine@sha256:0366402213df5db03c47ff80bcc697e92c8be0c213d03c941df1fc42d1ba9560
image: postgres:16.6-alpine@sha256:52bba373df3c13594014b5e9ccc9f3c2cdb2221d50db1a91ec64570819f18aba
command: ['bash', '-c','. /scripts/initialize-database.sh 127.0.0.1 5432 accounts-db']
volumeMounts:
- name: scripts
Expand Down
2 changes: 1 addition & 1 deletion extras/cloudsql/populate-jobs/populate-ledger-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ spec:
cpu: "200m"
memory: "100Mi"
- name: populate-ledger-db
image: postgres:16.5-alpine@sha256:0366402213df5db03c47ff80bcc697e92c8be0c213d03c941df1fc42d1ba9560
image: postgres:16.6-alpine@sha256:52bba373df3c13594014b5e9ccc9f3c2cdb2221d50db1a91ec64570819f18aba
command: ['bash', '-c','. /scripts/initialize-database.sh 127.0.0.1 5432 ledger-db']
volumeMounts:
- name: scripts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ spec:
name: demo-data-config
- configMapRef:
name: environment-config
image: postgres:16.5-alpine@sha256:0366402213df5db03c47ff80bcc697e92c8be0c213d03c941df1fc42d1ba9560
image: postgres:16.6-alpine@sha256:52bba373df3c13594014b5e9ccc9f3c2cdb2221d50db1a91ec64570819f18aba
name: populate-accounts-db
resources:
limits:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ spec:
name: environment-config
- configMapRef:
name: ledger-db-config
image: postgres:16.5-alpine@sha256:0366402213df5db03c47ff80bcc697e92c8be0c213d03c941df1fc42d1ba9560
image: postgres:16.6-alpine@sha256:52bba373df3c13594014b5e9ccc9f3c2cdb2221d50db1a91ec64570819f18aba
name: populate-ledger-db
resources:
limits:
Expand Down

0 comments on commit 0bc15c0

Please sign in to comment.