Skip to content

provider uses latest image version as installer if talos_version is defined #272

@Syntax3rror404

Description

@Syntax3rror404

The following tf code

resource "talos_image_factory_schematic" "this" {
  schematic = yamlencode(
    {
      customization = {
        systemExtensions = {
          officialExtensions = [
            "siderolabs/amd-ucode",
            "siderolabs/amdgpu",
            "siderolabs/iscsi-tools",
            "siderolabs/util-linux-tools",
          ]
        }
      }
    }
  )
}

data "talos_machine_configuration" "controlplane" {
  cluster_name     = hello
  machine_type     = "controlplane"
  cluster_endpoint = "https://1.2.3.4:6443"
  machine_secrets  = talos_machine_secrets.this.machine_secrets
  talos_version    = "1.10.6"
  kubernetes_version = "1.33.4"
}

Ends in "talos_version" = "1.10.6" and image: ghcr.io/siderolabs/installer:v1.11.0-alpha.0 when I output data.talos_machine_configuration.controlplane and also with missing schematic hash by the way

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions