Skip to content

Commit 2e15996

Browse files
weltekialexellis
authored andcommitted
Update default OS and plan for Hetzner and DigitalOcean
Update the default OS image for Hetzner from ubuntu-22.04 to debian-13. Update the default OS image for DigitalOcean from ubuntu-22-04-x64 to debian-13-x64 and the plan from s-1vcpu-1gb to s-1vcpu-512mb-10gb. Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
1 parent 43c7661 commit 2e15996

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/create.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
450450
if provider == "digitalocean" {
451451
return &provision.BasicHost{
452452
Name: name,
453-
OS: "ubuntu-22-04-x64",
454-
Plan: "s-1vcpu-1gb",
453+
OS: "debian-13-x64",
454+
Plan: "s-1vcpu-512mb-10gb",
455455
Region: region,
456456
UserData: userData,
457457
Additional: map[string]string{},
@@ -587,7 +587,7 @@ func createHost(provider, name, region, zone, projectID, userData, inletsProCont
587587
Name: name,
588588
Region: region,
589589
Plan: "cx23",
590-
OS: "ubuntu-22.04",
590+
OS: "debian-13",
591591
UserData: userData,
592592
}, nil
593593
}

0 commit comments

Comments
 (0)