Skip to content

Commit

Permalink
Merge pull request #4506 from cloud-gov/chore-harden-postgres
Browse files Browse the repository at this point in the history
Use hardened postgres
  • Loading branch information
drewbo authored May 15, 2024
2 parents b414ba9 + 71b9507 commit 0b044b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
7 changes: 5 additions & 2 deletions ci/pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,11 @@ resources:
- name: postgres
type: registry-image
source:
repository: postgres
tag: 15-alpine
aws_access_key_id: ((ecr-aws-key))
aws_secret_access_key: ((ecr-aws-secret))
repository: pages-postgres-v15
aws_region: us-gov-west-1
tag: latest

- name: node
type: registry-image
Expand Down
7 changes: 5 additions & 2 deletions ci/pipeline-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,11 @@ resources:
- name: postgres
type: registry-image
source:
repository: postgres
tag: 15-alpine
aws_access_key_id: ((ecr-aws-key))
aws_secret_access_key: ((ecr-aws-secret))
repository: pages-postgres-v15
aws_region: us-gov-west-1
tag: latest

- name: node
type: registry-image
Expand Down
7 changes: 5 additions & 2 deletions ci/pipeline-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,11 @@ resources:
- name: postgres
type: registry-image
source:
repository: postgres
tag: 15-alpine
aws_access_key_id: ((ecr-aws-key))
aws_secret_access_key: ((ecr-aws-secret))
repository: pages-postgres-v15
aws_region: us-gov-west-1
tag: latest

- name: node
type: registry-image
Expand Down

0 comments on commit 0b044b0

Please sign in to comment.