From 27951b4afc4feba8fab57538f0ed263d14fa5c18 Mon Sep 17 00:00:00 2001 From: Theofanis Petkos Date: Thu, 21 Mar 2024 15:42:13 +0000 Subject: [PATCH] Replace nodejs icon with devfile-stack-icons link (#338) Signed-off-by: thepetk --- extraDevfileEntries.yaml | 2 +- stacks/nodejs/2.1.1/devfile.yaml | 2 +- stacks/nodejs/2.2.0/devfile.yaml | 2 +- stacks/nodejs/stack.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extraDevfileEntries.yaml b/extraDevfileEntries.yaml index ab4d7c87..a8832493 100644 --- a/extraDevfileEntries.yaml +++ b/extraDevfileEntries.yaml @@ -3,7 +3,7 @@ samples: - name: nodejs-basic displayName: Basic Node.js description: Node.js 16 application using Express 4.18.x - icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg + icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg tags: - Node.js - Express diff --git a/stacks/nodejs/2.1.1/devfile.yaml b/stacks/nodejs/2.1.1/devfile.yaml index 75c4f5f3..729c311c 100644 --- a/stacks/nodejs/2.1.1/devfile.yaml +++ b/stacks/nodejs/2.1.1/devfile.yaml @@ -3,7 +3,7 @@ metadata: name: nodejs displayName: Node.js Runtime description: Node.js 16 application - icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg + icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg tags: - Node.js - Express diff --git a/stacks/nodejs/2.2.0/devfile.yaml b/stacks/nodejs/2.2.0/devfile.yaml index d8fa1f89..94558430 100644 --- a/stacks/nodejs/2.2.0/devfile.yaml +++ b/stacks/nodejs/2.2.0/devfile.yaml @@ -3,7 +3,7 @@ metadata: name: nodejs displayName: Node.js Runtime description: Node.js 18 application - icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg + icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg tags: - Node.js - Express diff --git a/stacks/nodejs/stack.yaml b/stacks/nodejs/stack.yaml index 7435813c..e91c8dcd 100644 --- a/stacks/nodejs/stack.yaml +++ b/stacks/nodejs/stack.yaml @@ -1,7 +1,7 @@ name: nodejs description: 'Node.js application' displayName: Node.js Runtime -icon: https://nodejs.org/static/images/logos/nodejs-new-pantone-black.svg +icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg versions: - version: 2.1.1 default: true # should have one and only one default version