Skip to content

Commit

Permalink
Merge branch 'main' into helm-notify-system
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA authored Nov 26, 2024
2 parents dceeb2a + 88ee0c8 commit fe3e73b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helmfile_production_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helmfile_production_plan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/merge_to_main_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
CACHE_CLEAR_CLIENT_SECRET: ${{ secrets.PRODUCTION_CACHE_CLEAR_CLIENT_SECRET }}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.73.26
v0.73.30
4 changes: 2 additions & 2 deletions env/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe3e73b

Please sign in to comment.