Skip to content

Commit

Permalink
chore(deps): update postgres:16.6-alpine docker digest to 91e7554 (#2273
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate-bot authored Dec 17, 2024
1 parent 949df6c commit cbf309d
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.6-alpine@sha256:52bba373df3c13594014b5e9ccc9f3c2cdb2221d50db1a91ec64570819f18aba
image: postgres:16.6-alpine@sha256:91e75546b4f229fa92cec21a2bf831ba03a1c101fc197daafff657f153e93a39
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.6-alpine@sha256:52bba373df3c13594014b5e9ccc9f3c2cdb2221d50db1a91ec64570819f18aba
image: postgres:16.6-alpine@sha256:91e75546b4f229fa92cec21a2bf831ba03a1c101fc197daafff657f153e93a39
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.6-alpine@sha256:52bba373df3c13594014b5e9ccc9f3c2cdb2221d50db1a91ec64570819f18aba
image: postgres:16.6-alpine@sha256:91e75546b4f229fa92cec21a2bf831ba03a1c101fc197daafff657f153e93a39
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.6-alpine@sha256:52bba373df3c13594014b5e9ccc9f3c2cdb2221d50db1a91ec64570819f18aba
image: postgres:16.6-alpine@sha256:91e75546b4f229fa92cec21a2bf831ba03a1c101fc197daafff657f153e93a39
name: populate-ledger-db
resources:
limits:
Expand Down

0 comments on commit cbf309d

Please sign in to comment.