diff --git a/.github/workflows/merge_to_main_production.yaml b/.github/workflows/merge_to_main_production.yaml index 31f920f13..d69e9d940 100644 --- a/.github/workflows/merge_to_main_production.yaml +++ b/.github/workflows/merge_to_main_production.yaml @@ -9,7 +9,7 @@ on: env: PRIVATE_ECR: ${{ secrets.PRODUCTION_AWS_ACCOUNT_ID }}.dkr.ecr.ca-central-1.amazonaws.com/notify - API_LAMBDA_IMAGE: api-lambda:b34aebb + API_LAMBDA_IMAGE: api-lambda:ef8704c HEARTBEAT_IMAGE: heartbeat:5c8da95 SYSTEM_STATUS_IMAGE: system_status:078cf82 OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PRODUCTION }} diff --git a/env/production/kustomization.yaml b/env/production/kustomization.yaml index 43ca191cc..76404060b 100644 --- a/env/production/kustomization.yaml +++ b/env/production/kustomization.yaml @@ -57,9 +57,9 @@ patches: images: - name: admin - newName: public.ecr.aws/cds-snc/notify-admin:29f6354 + newName: public.ecr.aws/cds-snc/notify-admin:b5a3ea6 - name: api - newName: public.ecr.aws/cds-snc/notify-api:b34aebb + newName: public.ecr.aws/cds-snc/notify-api:ef8704c - name: document-download-api newName: public.ecr.aws/cds-snc/notify-document-download-api:61820f0 - name: documentation