Skip to content

Commit

Permalink
Merge pull request #343 from Sage-Bionetworks-Workflows/dev
Browse files Browse the repository at this point in the history
[IBCDPE-1006] Upgrades `prod` to `v24.1.1`
  • Loading branch information
BWMac authored Jul 17, 2024
2 parents 50948d3 + 3956423 commit dcf88fe
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ profile: {{ var.profile | default() }}
region: {{ var.region | default("us-east-1") }}
aws_infra_templates_root_url: https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra
admincentral_cf_bucket: bootstrap-awss3cloudformationbucket-19qromfd235z9
tower_version: v23.4.3
tower_version: v24.1.1
default_stack_tags:
Department: IBC
Project: Infrastructure
Expand Down
2 changes: 1 addition & 1 deletion config/projects-prod/iatlas-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ parameters:
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
- "{{stack_group_config.tower_viewer_arn_prefix}}/[email protected]"
- "{{stack_group_config.tower_viewer_arn_prefix}}/clarisse.lau@isbscience.org"
- "{{stack_group_config.tower_viewer_arn_prefix}}/vesteinn.thorsson@isbscience.org"
AccountAdminArns:
- "{{stack_group_config.sso_admin_role.arn}}"
- !stack_output_external sagebase-github-oidc-workflows-prod-nextflow-infra::ProviderRoleArn
Expand Down
2 changes: 1 addition & 1 deletion templates/nextflow-aurora-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ Outputs:
Value: !Join
- ''
- - !Sub 'jdbc:mysql://${AuroraCluster.Endpoint.Address}:'
- !Sub '${AuroraCluster.Endpoint.Port}/${DBName}'
- !Sub '${AuroraCluster.Endpoint.Port}/${DBName}?permitMysqlScheme=true'
Export:
Name: !Sub '${AWS::Region}-${AWS::StackName}-DBUrl'

Expand Down
2 changes: 1 addition & 1 deletion templates/nextflow-tower-config-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Resources:
- "*@sagebase.org"
- "*@sagebionetworks.org"
- "[email protected]"
- "clarisse.lau@isbscience.org"
- "vesteinn.thorsson@isbscience.org"
trustedEmails:
- "[email protected]"
- "[email protected]"
Expand Down

0 comments on commit dcf88fe

Please sign in to comment.