Skip to content

Commit

Permalink
Add new galaxy params
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Dec 4, 2024
1 parent d81555d commit dbcc4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/galaxy.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tosca_definitions_version: tosca_simple_yaml_1_0

imports:
- grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml
- grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/devel/custom_types.yaml

description: Deploy a Galaxy Server using a local LRMS.

Expand Down Expand Up @@ -34,7 +34,7 @@ topology_template:
version:
type: string
description: Version of the Galaxy portal
default: 24.1
default: '24.1'
constraints:
- valid_values: [ '24.1' ]

Expand Down

0 comments on commit dbcc4cb

Please sign in to comment.