Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Add Ubuntu 18.04. (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored Aug 16, 2019
1 parent 870b30d commit 5115f44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/telekube/resources/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ nodeProfiles:
- name: rhel
versions: ["7", "8"]
- name: ubuntu
versions: ["16"]
versions: ["16.04", "18.04"]
- name: ubuntu-core
versions: ["16"]
- name: debian
Expand Down Expand Up @@ -114,7 +114,7 @@ nodeProfiles:
- name: rhel
versions: ["7", "8"]
- name: ubuntu
versions: ["16"]
versions: ["16.04", "18.04"]
- name: ubuntu-core
versions: ["16"]
- name: debian
Expand Down Expand Up @@ -155,7 +155,7 @@ nodeProfiles:
- name: rhel
versions: ["7", "8"]
- name: ubuntu
versions: ["16"]
versions: ["16.04", "18.04"]
- name: ubuntu-core
versions: ["16"]
- name: debian
Expand Down

0 comments on commit 5115f44

Please sign in to comment.