nix-community / nixops-digitalocean

NixOps Digitalocean plugin [maintainer=@Kiwi]
GNU Lesser General Public License v3.0
19 stars 10 forks source link

fix: update droplet image #23

Closed J0 closed 1 year ago

J0 commented 1 year ago

Currently, the droplet image is set to 16.04 which no longer seems to be supported.

CleanShot 2022-10-06 at 10 13 10@2x

resulting in an error

CleanShot 2022-10-06 at 10 13 43@2x

when attempting to create an image.

This PR attempts to upgrade the image to another version which also seems to be compatible with lustration

Ideal case would be that we convert to a variable which users can set but this would be a fast quick fix.

J0 commented 1 year ago

Hey @Kiwi,

Thanks for putting this project together! Aware that you're probably a busy person but if you could take a look at this PR when you have a free cycle it'd be greatly appreciated :)

J0 commented 1 year ago

Hey @Kiwi,

Know that you're a busy person but wondering if I could trouble you to take a look when you have a free cycle. Would be really helpful!