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