Skip to content

Commit 769f1ed

Browse files
authored
Merge branch 'main' into xmas-code-freeze-workflow
2 parents eb9b152 + e7e06d4 commit 769f1ed

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/helmfile_production_apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
PRODUCTION_AWS_ACCOUNT: ${{ secrets.PRODUCTION_AWS_ACCOUNT_ID }}
1515
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN_PRODUCTION }}
1616
PRIVATE_ECR: ${{ secrets.PRODUCTION_AWS_ACCOUNT_ID }}.dkr.ecr.ca-central-1.amazonaws.com/notify
17-
API_LAMBDA_IMAGE: api-lambda:7962f58
17+
API_LAMBDA_IMAGE: api-lambda:b462df1
1818
HEARTBEAT_IMAGE: heartbeat:5b4e19c
1919
SYSTEM_STATUS_IMAGE: system_status:5b4e19c
2020
SES_TO_SQS_EMAIL_CALLBACKS_IMAGE: ses_to_sqs_email_callbacks:5b4e19c

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.20.666
1+
v2.20.672

helmfile/overrides/production.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ADMIN_DOCKER_TAG: "e541d98"
2-
API_DOCKER_TAG: "7962f58"
1+
ADMIN_DOCKER_TAG: "c1f045b"
2+
API_DOCKER_TAG: "b462df1"
33
DOCUMENT_DOWNLOAD_DOCKER_TAG: "ee47838"
44
DOCUMENTATION_DOCKER_TAG: "618118d"
55
API_HOST_NAME_PREFIX: "api"

helmfile/overrides/system/velero.yaml.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serviceAccount:
3636
server:
3737
create: true
3838
annotations:
39-
eks.amazonaws.com/role-arn: arn:aws:iam::{{ requiredEnv "AWS_ACCOUNT_ID"}}:role/notification-canada-ca-dev-eks-cluster-velero-role
39+
eks.amazonaws.com/role-arn: arn:aws:iam::{{ requiredEnv "AWS_ACCOUNT_ID"}}:role/notification-canada-ca-{{ .Environment.Name }}-eks-cluster-velero-role
4040

4141
credentials:
4242
useSecret: false

0 commit comments

Comments
 (0)