update image

This commit is contained in:
Serge Logvinov
2023-04-04 19:45:05 +03:00
parent 582e8cc035
commit fb01d3128c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
init:
packer init -upgrade .
release:
packer build -only=release.scaleway.talos .

View File

@@ -2,7 +2,7 @@
packer {
required_plugins {
scaleway = {
version = "= 1.0.5"
version = "= 1.1.0"
source = "github.com/hashicorp/scaleway"
}
}
@@ -15,7 +15,7 @@ source "scaleway" "talos" {
image = "debian_buster"
zone = var.scaleway_zone
commercial_type = "DEV1-S"
commercial_type = "DEV1-M"
boottype = "rescue"
remove_volume = true
ssh_username = "root"

View File

@@ -23,7 +23,7 @@ variable "scaleway_zone" {
variable "talos_version" {
type = string
default = "v1.3.3"
default = "v1.3.6"
}
locals {