Skip to content

Commit d41593f

Browse files
authored
chore: use 'https' protocol for .net 6.0 devfile. Update schema to the latest 2.2.0 (#298)
Signed-off-by: Ilya Buziuk <[email protected]>
1 parent 186e2cb commit d41593f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

stacks/dotnet60/devfile.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
schemaVersion: 2.1.0
1+
schemaVersion: 2.2.0
22
metadata:
33
name: dotnet60
44
displayName: .NET 6.0
@@ -9,7 +9,7 @@ metadata:
99
- .NET 6.0
1010
projectType: dotnet
1111
language: .NET
12-
version: 1.0.2
12+
version: 1.0.3
1313
starterProjects:
1414
- name: dotnet60-example
1515
git:
@@ -35,7 +35,8 @@ components:
3535
- name: ASPNETCORE_URLS
3636
value: http://*:8080
3737
endpoints:
38-
- name: http-dotnet60
38+
- name: https-dotnet60
39+
protocol: https
3940
targetPort: 8080
4041
commands:
4142
- id: build

0 commit comments

Comments
 (0)