From 5a280d87d72348a80ec7f423a6a1ef609083df47 Mon Sep 17 00:00:00 2001 From: "notify-pr-bot[bot]" <86375948+notify-pr-bot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:59:54 +0000 Subject: [PATCH 1/2] Updated manifests to notification-api:34acf4d and notification-api:34acf4d and notification-admin:51b10a9 and notification-document-download-api:61820f0 and notification-documentation:b7ce180 --- .github/workflows/merge_to_main_production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/merge_to_main_production.yaml b/.github/workflows/merge_to_main_production.yaml index 83d025fe1..d820c21c7 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:f21f01f + API_LAMBDA_IMAGE: api-lambda:34acf4d HEARTBEAT_IMAGE: heartbeat:5c8da95 SYSTEM_STATUS_IMAGE: system_status:078cf82 OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PRODUCTION }} From 5acfd774ed4c44456570ba0ae98fc3e9ed521c54 Mon Sep 17 00:00:00 2001 From: "notify-pr-bot[bot]" <86375948+notify-pr-bot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:59:55 +0000 Subject: [PATCH 2/2] Updated manifests to notification-api:34acf4d and notification-api:34acf4d and notification-admin:51b10a9 and notification-document-download-api:61820f0 and notification-documentation:b7ce180 --- env/production/kustomization.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env/production/kustomization.yaml b/env/production/kustomization.yaml index 411b2fa33..4f767a75a 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:d7f02c0 + newName: public.ecr.aws/cds-snc/notify-admin:51b10a9 - name: api - newName: public.ecr.aws/cds-snc/notify-api:f21f01f + newName: public.ecr.aws/cds-snc/notify-api:34acf4d - name: document-download-api newName: public.ecr.aws/cds-snc/notify-document-download-api:61820f0 - name: documentation