Skip to content

Commit

Permalink
Merge pull request #322 from Sage-Bionetworks-Workflows/bwmac/live_up…
Browse files Browse the repository at this point in the history
…grade

Removes RedisContainerImage in YAML files
  • Loading branch information
BWMac authored Jun 21, 2024
2 parents 7aeb238 + 3a8c709 commit f6d0954
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/infra-dev/nextflow-ecs-task-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ parameters:
FrontendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/frontend:{{stack_group_config.tower_version}}'
BackendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}'
MigrateDBContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/migrate-db:{{stack_group_config.tower_version}}'
RedisContainerImage: 'cr.seqera.io/public/redis:5.0.8'
EfsFileSystemId: !stack_output_external nextflow-efs-file-system::FileSystemId
EfsVolumeMountPath: '/efs'
TowerUserWorkspace: 'false'
Expand Down
1 change: 0 additions & 1 deletion config/infra-prod/nextflow-ecs-task-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ parameters:
FrontendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/frontend:{{stack_group_config.tower_version}}'
BackendContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/backend:{{stack_group_config.tower_version}}'
MigrateDBContainerImage: 'cr.seqera.io/private/nf-tower-enterprise/migrate-db:{{stack_group_config.tower_version}}'
RedisContainerImage: 'cr.seqera.io/public/redis:5.0.8'
EfsFileSystemId: !stack_output_external nextflow-efs-file-system::FileSystemId
EfsVolumeMountPath: '/efs'
TowerUserWorkspace: 'false'
Expand Down

0 comments on commit f6d0954

Please sign in to comment.