diff --git a/.github/workflows/helmfile_production_apply.yaml b/.github/workflows/helmfile_production_apply.yaml index c2c1503ab..3f6e58f60 100644 --- a/.github/workflows/helmfile_production_apply.yaml +++ b/.github/workflows/helmfile_production_apply.yaml @@ -12,7 +12,7 @@ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} HELMFILE_FILE_PATH: ${{ github.workspace }}/helmfile PRODUCTION_AWS_ACCOUNT: ${{ secrets.PRODUCTION_AWS_ACCOUNT }} - OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.PRODUCTION_OP_SERVICE_ACCOUNT_TOKEN }} + OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PRODUCTION }} jobs: helmfile-apply: diff --git a/.github/workflows/helmfile_production_plan.yaml b/.github/workflows/helmfile_production_plan.yaml index ee61b79aa..d845a189b 100644 --- a/.github/workflows/helmfile_production_plan.yaml +++ b/.github/workflows/helmfile_production_plan.yaml @@ -12,7 +12,7 @@ env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} HELMFILE_FILE_PATH: ${{ github.workspace }}/helmfile PRODUCTION_AWS_ACCOUNT: ${{ secrets.PRODUCTION_AWS_ACCOUNT }} - OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.PRODUCTION_OP_SERVICE_ACCOUNT_TOKEN }} + OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PRODUCTION }} jobs: helmfile-diff: diff --git a/.github/workflows/merge_to_main_production.yaml b/.github/workflows/merge_to_main_production.yaml index 1582efce7..c77ddee3f 100644 --- a/.github/workflows/merge_to_main_production.yaml +++ b/.github/workflows/merge_to_main_production.yaml @@ -9,10 +9,10 @@ on: env: PRIVATE_ECR: ${{ secrets.PRODUCTION_AWS_ACCOUNT }}.dkr.ecr.ca-central-1.amazonaws.com/notify - API_LAMBDA_IMAGE: api-lambda:d2081d1 + API_LAMBDA_IMAGE: api-lambda:f417d8c HEARTBEAT_IMAGE: heartbeat:5c8da95 SYSTEM_STATUS_IMAGE: system_status:078cf82 - OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.PRODUCTION_OP_SERVICE_ACCOUNT_TOKEN }} + OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PRODUCTION }} defaults: @@ -174,4 +174,4 @@ jobs: cache_clear_user_name: CACHE_CLEAR_USER api_url: https://api.notification.canada.ca secrets: - CACHE_CLEAR_CLIENT_SECRET: ${{ secrets.PRODUCTION_CACHE_CLEAR_CLIENT_SECRET }} \ No newline at end of file + CACHE_CLEAR_CLIENT_SECRET: ${{ secrets.PRODUCTION_CACHE_CLEAR_CLIENT_SECRET }} diff --git a/VERSION b/VERSION index e99b3fa7d..fdbac2f1c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.73.26 +v0.73.30 diff --git a/env/production/kustomization.yaml b/env/production/kustomization.yaml index 2bba75196..4d15c996d 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:00ecbe9 + newName: public.ecr.aws/cds-snc/notify-admin:5748737 - name: api - newName: public.ecr.aws/cds-snc/notify-api:d2081d1 + newName: public.ecr.aws/cds-snc/notify-api:f417d8c - name: document-download-api newName: public.ecr.aws/cds-snc/notify-document-download-api:fc59224 - name: documentation