diff --git a/templates/galaxy.yaml b/templates/galaxy.yaml index 380fdd8..c916d77 100644 --- a/templates/galaxy.yaml +++ b/templates/galaxy.yaml @@ -1,7 +1,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0 imports: - - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/devel/custom_types.yaml + - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml description: Deploy a Galaxy Server using a local LRMS. diff --git a/templates/simple-node-disk.yml b/templates/simple-node-disk.yml index c5ff1ef..09de6de 100644 --- a/templates/simple-node-disk.yml +++ b/templates/simple-node-disk.yml @@ -1,7 +1,7 @@ tosca_definitions_version: tosca_simple_yaml_1_0 imports: - - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/devel/custom_types.yaml + - grycap_custom_types: https://raw.githubusercontent.com/grycap/tosca/main/custom_types.yaml description: > Deploy a compute node getting the IP and SSH credentials to access via ssh with an extra HD disk.