Skip to content

Commit

Permalink
chore: Rollback to 1.8.4 (#60)
Browse files Browse the repository at this point in the history
Rollback
  • Loading branch information
nahsi authored Dec 25, 2024
1 parent c33907f commit 9bb2525
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ephemeral/controlplane.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ resource "digitalocean_reserved_ip" "l2" {
}

resource "talos_machine_secrets" "this" {
talos_version = "v1.9"
talos_version = "v1.8"
}

data "talos_machine_configuration" "cp" {
cluster_name = terraform.workspace
machine_type = "controlplane"
cluster_endpoint = "https://${local.loadbalancer_dns}:6443"
machine_secrets = talos_machine_secrets.this.machine_secrets
talos_version = "v1.9"
talos_version = "v1.8"
config_patches = [
templatefile("${path.module}/templates/controlplane_patch.yml", {
loadbalancerdns = "kube.${local.prefix}.fluence.dev"
Expand Down
2 changes: 1 addition & 1 deletion ephemeral/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "digitalocean_ssh_key" "spectrum" {
}

data "digitalocean_image" "talos" {
name = "talos-v1.9.0"
name = "talos-v1.8.4"
}

data "vault_generic_secret" "spectrum" {
Expand Down
2 changes: 1 addition & 1 deletion terraform-modules/talos/templates/controlplane_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ machine:
install:
diskSelector:
size: '>= 100GB'
image: ghcr.io/siderolabs/installer:v1.9.0
image: ghcr.io/siderolabs/installer:v1.8.4
bootloader: true
wipe: true
kubelet:
Expand Down

0 comments on commit 9bb2525

Please sign in to comment.