Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTO-PR] Automatically generated new release 2024-07-31T17:19:55.540Z #2820

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge_to_main_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
PRIVATE_ECR: ${{ secrets.PRODUCTION_AWS_ACCOUNT }}.dkr.ecr.ca-central-1.amazonaws.com/notify
API_LAMBDA_IMAGE: api-lambda:b5bb2ba
API_LAMBDA_IMAGE: api-lambda:bc7560c
HEARTBEAT_IMAGE: heartbeat:5c8da95
SYSTEM_STATUS_IMAGE: system_status:078cf82
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.PRODUCTION_OP_SERVICE_ACCOUNT_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions env/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ patches:

images:
- name: admin
newName: public.ecr.aws/cds-snc/notify-admin:922fc13
newName: public.ecr.aws/cds-snc/notify-admin:1b334aa
- name: api
newName: public.ecr.aws/cds-snc/notify-api:b5bb2ba
newName: public.ecr.aws/cds-snc/notify-api:bc7560c
- name: document-download-api
newName: public.ecr.aws/cds-snc/notify-document-download-api:21a8aa8
newName: public.ecr.aws/cds-snc/notify-document-download-api:a986c88
- name: documentation
newName: public.ecr.aws/cds-snc/notify-documentation:cf7f29c
configMapGenerator:
Expand Down
Loading