Skip to content

Commit 2bcc376

Browse files
committed
Updated devfile metadata
Signed-off-by: Paul Schultz <pschultz@pobox.com>
1 parent e1b3c06 commit 2bcc376

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

devfile.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
schemaVersion: 2.2.0
22
metadata:
33
name: go
4-
language: go
5-
projectType: go
4+
displayName: Go Runtime
5+
description: 'Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.'
6+
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/golang.svg
7+
language: Go
8+
projectType: Go
69
tags:
710
- Go
8-
version: 1.0.0
11+
version: 1.0.1
912
provider: Red Hat
1013
supportUrl: https://github.com/devfile-samples/devfile-support#support-information
1114
attributes:
1215
alpha.dockerimage-port: 8081
1316
parent:
1417
id: go
15-
registryUrl: "https://registry.devfile.io"
18+
registryUrl: 'https://registry.devfile.io'
1619
components:
1720
- name: outerloop-build
1821
image:
@@ -24,7 +27,7 @@ components:
2427
- name: outerloop-deploy
2528
attributes:
2629
deployment/replicas: 1
27-
deployment/cpuLimit: "100m"
30+
deployment/cpuLimit: '100m'
2831
deployment/cpuRequest: 10m
2932
deployment/memoryLimit: 100Mi
3033
deployment/memoryRequest: 10Mi
@@ -45,4 +48,4 @@ commands:
4548
- deployk8s
4649
group:
4750
kind: deploy
48-
isDefault: true
51+
isDefault: true

0 commit comments

Comments
 (0)