Skip to content

Commit

Permalink
chore(deps): update postgres:16.4-alpine docker digest to d898b0b (#2210
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate-bot authored Sep 9, 2024
1 parent d0e26de commit bb9f21d
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.4-alpine@sha256:492898505cb45f9835acc327e98711eaa9298ed804e0bb36f29e08394229550d
image: postgres:16.4-alpine@sha256:d898b0b78a2627cb4ee63464a14efc9d296884f1b28c841b0ab7d7c42f1fffdf
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.4-alpine@sha256:492898505cb45f9835acc327e98711eaa9298ed804e0bb36f29e08394229550d
image: postgres:16.4-alpine@sha256:d898b0b78a2627cb4ee63464a14efc9d296884f1b28c841b0ab7d7c42f1fffdf
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.4-alpine@sha256:492898505cb45f9835acc327e98711eaa9298ed804e0bb36f29e08394229550d
image: postgres:16.4-alpine@sha256:d898b0b78a2627cb4ee63464a14efc9d296884f1b28c841b0ab7d7c42f1fffdf
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.4-alpine@sha256:492898505cb45f9835acc327e98711eaa9298ed804e0bb36f29e08394229550d
image: postgres:16.4-alpine@sha256:d898b0b78a2627cb4ee63464a14efc9d296884f1b28c841b0ab7d7c42f1fffdf
name: populate-ledger-db
resources:
limits:
Expand Down

0 comments on commit bb9f21d

Please sign in to comment.