Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-server-userdata
Browse files Browse the repository at this point in the history
  • Loading branch information
nsricardor committed Dec 3, 2024
2 parents fd1ddfd + eceab85 commit 6544e4b
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 152 deletions.
4 changes: 2 additions & 2 deletions charts/region/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for deploying Unikorn's Region Controller

type: application

version: v0.1.46
appVersion: v0.1.46
version: v0.1.47-rc1
appVersion: v0.1.47-rc1

icon: https://raw.githubusercontent.com/unikorn-cloud/assets/main/images/logos/dark-on-light/icon.png

Expand Down
8 changes: 5 additions & 3 deletions pkg/handler/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,11 @@ func convertImage(in providers.Image) openapi.Image {
Spec: openapi.ImageSpec{
Virtualization: convertImageVirtualization(in.Virtualization),
Os: openapi.ImageOS{
Family: "Debian",
Name: "Ubuntu Server",
Version: "24.04",
Kernel: openapi.Linux,
Family: openapi.Debian,
Distro: openapi.Ubuntu,
Codename: ptr.To("noble"),
Version: "24.04",
},
SoftwareVersions: &openapi.SoftwareVersions{},
},
Expand Down
Loading

0 comments on commit 6544e4b

Please sign in to comment.