Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 383af03

Browse files
committed
Updated devfile metadata
Signed-off-by: Paul Schultz <pschultz@pobox.com>
1 parent bb7a676 commit 383af03

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

devfile.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
schemaVersion: 2.2.0
22
metadata:
33
name: dotnet60
4-
version: 1.1.0
4+
displayName: .NET 6.0
5+
version: 1.1.1
56
icon: https://github.com/dotnet/brand/raw/main/logo/dotnet-logo.png
67
provider: Red Hat
78
supportUrl: https://github.com/devfile-samples/devfile-support#support-information
8-
language: dotnet
9+
language: .NET
910
projectType: dotnet
1011
tags:
11-
- dotnet
12+
- .NET
1213
attributes:
1314
alpha.dockerimage-port: 8081
1415
starterProjects:
@@ -24,7 +25,7 @@ components:
2425
- name: dotnet
2526
container:
2627
image: registry.access.redhat.com/ubi8/dotnet-60:6.0
27-
command: ["tail", "-f", "/dev/null"]
28+
command: ['tail', '-f', '/dev/null']
2829
mountSources: true
2930
env:
3031
- name: CONFIGURATION
@@ -38,15 +39,15 @@ components:
3839
targetPort: 8080
3940
- name: image-build
4041
image:
41-
imageName: "dotnet-image:latest"
42+
imageName: 'dotnet-image:latest'
4243
dockerfile:
4344
uri: docker/Dockerfile
4445
buildContext: .
4546
rootRequired: false
4647
- name: kubernetes-deploy
4748
attributes:
4849
deployment/replicas: 1
49-
deployment/cpuLimit: "100m"
50+
deployment/cpuLimit: '100m'
5051
deployment/cpuRequest: 10m
5152
deployment/memoryLimit: 300Mi
5253
deployment/memoryRequest: 100Mi
@@ -60,7 +61,7 @@ components:
6061
- name: kubernetes-service
6162
attributes:
6263
deployment/replicas: 1
63-
deployment/cpuLimit: "100m"
64+
deployment/cpuLimit: '100m'
6465
deployment/cpuRequest: 10m
6566
deployment/memoryLimit: 200Mi
6667
deployment/memoryRequest: 100Mi
@@ -86,13 +87,13 @@ commands:
8687
kind: run
8788
- id: build-image
8889
apply:
89-
component: image-build
90+
component: image-build
9091
- id: deploy-deployment
9192
apply:
92-
component: kubernetes-deploy
93+
component: kubernetes-deploy
9394
- id: deploy-service
9495
apply:
95-
component: kubernetes-service
96+
component: kubernetes-service
9697
- id: deploy
9798
composite:
9899
commands:
@@ -102,4 +103,3 @@ commands:
102103
group:
103104
isDefault: true
104105
kind: deploy
105-

0 commit comments

Comments
 (0)