mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-11-02 03:08:34 +00:00
Update version
This commit is contained in:
@@ -226,8 +226,6 @@ spec:
|
|||||||
app: hcloud-csi
|
app: hcloud-csi
|
||||||
spec:
|
spec:
|
||||||
tolerations:
|
tolerations:
|
||||||
- effect: NoExecute
|
|
||||||
operator: Exists
|
|
||||||
- effect: NoSchedule
|
- effect: NoSchedule
|
||||||
operator: Exists
|
operator: Exists
|
||||||
- key: CriticalAddonsOnly
|
- key: CriticalAddonsOnly
|
||||||
|
|||||||
@@ -27,13 +27,13 @@ resource "openstack_images_image_v2" "talos" {
|
|||||||
min_disk_gb = 5
|
min_disk_gb = 5
|
||||||
|
|
||||||
properties = {
|
properties = {
|
||||||
hw_firmware_type = "uefi"
|
# hw_firmware_type = "uefi"
|
||||||
hw_disk_bus = "scsi"
|
hw_disk_bus = "scsi"
|
||||||
hw_scsi_model = "virtio-scsi"
|
hw_scsi_model = "virtio-scsi"
|
||||||
support_rtm = "yes"
|
support_rtm = "yes"
|
||||||
}
|
}
|
||||||
|
|
||||||
visibility = "private"
|
visibility = "private"
|
||||||
# image_source_url = "https://"
|
# image_source_url = "https://"
|
||||||
local_file_path = "../../talos-pr/_out/disk.raw"
|
local_file_path = "../../talos/disk.raw"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ build {
|
|||||||
sources = ["source.hcloud.talos"]
|
sources = ["source.hcloud.talos"]
|
||||||
|
|
||||||
provisioner "file" {
|
provisioner "file" {
|
||||||
source = "../../../talos-pr/_out/hcloud-amd64.raw.xz"
|
source = "../../../talos/_out/hcloud-amd64.raw.xz"
|
||||||
destination = "/tmp/talos.raw.xz"
|
destination = "/tmp/talos.raw.xz"
|
||||||
}
|
}
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ build {
|
|||||||
sources = ["source.proxmox.talos"]
|
sources = ["source.proxmox.talos"]
|
||||||
|
|
||||||
provisioner "file" {
|
provisioner "file" {
|
||||||
source = "../../../talos-pr/_out/nocloud-amd64.raw.xz"
|
source = "../../../talos/_out/nocloud-amd64.raw.xz"
|
||||||
destination = "/tmp/talos.raw.xz"
|
destination = "/tmp/talos.raw.xz"
|
||||||
}
|
}
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ build {
|
|||||||
sources = ["source.scaleway.talos"]
|
sources = ["source.scaleway.talos"]
|
||||||
|
|
||||||
provisioner "file" {
|
provisioner "file" {
|
||||||
source = "../../../talos-pr/_out/scaleway-amd64.raw.xz"
|
source = "../../../talos/_out/scaleway-amd64.raw.xz"
|
||||||
destination = "/tmp/talos.raw.xz"
|
destination = "/tmp/talos.raw.xz"
|
||||||
}
|
}
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ variable "scaleway_zone" {
|
|||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v0.12.0"
|
default = "v0.13.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ build {
|
|||||||
sources = ["source.upcloud.talos"]
|
sources = ["source.upcloud.talos"]
|
||||||
|
|
||||||
provisioner "file" {
|
provisioner "file" {
|
||||||
source = "../../../talos-pr/_out/upcloud-amd64.raw.xz"
|
source = "../../../talos/_out/upcloud-amd64.raw.xz"
|
||||||
destination = "/tmp/talos.raw.xz"
|
destination = "/tmp/talos.raw.xz"
|
||||||
}
|
}
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ variable "upcloud_zones" {
|
|||||||
|
|
||||||
variable "talos_version" {
|
variable "talos_version" {
|
||||||
type = string
|
type = string
|
||||||
default = "v0.11.0"
|
default = "v0.13.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
locals {
|
locals {
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ build {
|
|||||||
sources = ["source.vultr.talos"]
|
sources = ["source.vultr.talos"]
|
||||||
|
|
||||||
provisioner "file" {
|
provisioner "file" {
|
||||||
source = "../../../talos-pr/_out/vultr-amd64.raw.xz"
|
source = "../../../talos/_out/vultr-amd64.raw.xz"
|
||||||
destination = "/tmp/talos.raw.xz"
|
destination = "/tmp/talos.raw.xz"
|
||||||
}
|
}
|
||||||
provisioner "shell" {
|
provisioner "shell" {
|
||||||
|
|||||||
Reference in New Issue
Block a user