From bb15311888dd3987373ee6da0a52cbaeb5e9cf80 Mon Sep 17 00:00:00 2001 From: Max Shaposhnik Date: Wed, 12 Jun 2019 13:10:19 +0300 Subject: [PATCH] use latest versions for plugins --- devfiles/apache-camel-springboot-che7/devfile.yaml | 4 ++-- devfiles/dotnet/devfile.yaml | 4 ++-- devfiles/go/devfile.yaml | 2 +- devfiles/python/devfile.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devfiles/apache-camel-springboot-che7/devfile.yaml b/devfiles/apache-camel-springboot-che7/devfile.yaml index a418ab014..ec3dc28a6 100644 --- a/devfiles/apache-camel-springboot-che7/devfile.yaml +++ b/devfiles/apache-camel-springboot-che7/devfile.yaml @@ -5,11 +5,11 @@ metadata: components: - type: chePlugin - id: redhat/vscode-xml/0.5.1 + id: redhat/vscode-xml/latest memoryLimit: 128Mi - type: chePlugin - id: camel-tooling/vscode-apache-camel/0.0.14 + id: camel-tooling/vscode-apache-camel/latest - type: chePlugin id: redhat/java/latest diff --git a/devfiles/dotnet/devfile.yaml b/devfiles/dotnet/devfile.yaml index 5beeb67e8..7166d88fd 100644 --- a/devfiles/dotnet/devfile.yaml +++ b/devfiles/dotnet/devfile.yaml @@ -5,11 +5,11 @@ metadata: components: - type: chePlugin - id: redhat-developer/che-omnisharp-plugin/0.0.1 + id: redhat-developer/che-omnisharp-plugin/latest memoryLimit: 1024Mi - type: chePlugin - id: redhat-developer/netcoredbg-theia-plugin/0.0.1 + id: redhat-developer/netcoredbg-theia-plugin/latest memoryLimit: 512Mi - type: dockerimage diff --git a/devfiles/go/devfile.yaml b/devfiles/go/devfile.yaml index a389764a5..40fa0feec 100644 --- a/devfiles/go/devfile.yaml +++ b/devfiles/go/devfile.yaml @@ -5,7 +5,7 @@ metadata: components: - type: chePlugin - id: ms-vscode/go/0.9.2 + id: ms-vscode/go/latest memoryLimit: 512Mi - type: dockerimage diff --git a/devfiles/python/devfile.yaml b/devfiles/python/devfile.yaml index d613a04b2..3628948c2 100644 --- a/devfiles/python/devfile.yaml +++ b/devfiles/python/devfile.yaml @@ -5,7 +5,7 @@ metadata: components: - type: chePlugin - id: ms-python/python/2019.2.5433 + id: ms-python/python/latest memoryLimit: 512Mi - type: dockerimage