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 2023-11-06T22:52:29.286Z #2142

Merged
merged 3 commits into from
Nov 7, 2023
Merged
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:917bf40
API_LAMBDA_IMAGE: api-lambda:e461edc
KUBECTL_VERSION: 1.23.6

defaults:
Expand Down
8 changes: 4 additions & 4 deletions env/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ patches:

images:
- name: admin
newName: public.ecr.aws/cds-snc/notify-admin:24ddc1b
newName: public.ecr.aws/cds-snc/notify-admin:b693d4f
- name: api
newName: public.ecr.aws/cds-snc/notify-api:917bf40
newName: public.ecr.aws/cds-snc/notify-api:e461edc
- name: document-download-api
newName: public.ecr.aws/cds-snc/notify-document-download-api:5a4dd7c
newName: public.ecr.aws/cds-snc/notify-document-download-api:5be3018
- name: documentation
newName: public.ecr.aws/cds-snc/notify-documentation:6ecac4e
newName: public.ecr.aws/cds-snc/notify-documentation:c472f98
configMapGenerator:
- name: application-config
env: .env
Expand Down
Loading