Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ephemeral/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "digitalocean_ssh_key" "spectrum" {
}

data "digitalocean_image" "talos" {
name = "talos-v1.9.1"
name = "talos-v1.9.2"
}

resource "digitalocean_droplet" "cp" {
Expand Down
41 changes: 0 additions & 41 deletions flux/components/kubevirt/app/disable-selinux.yml

This file was deleted.

1 change: 0 additions & 1 deletion flux/components/kubevirt/app/kustomization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ resources:
- https://github.com/kubevirt/kubevirt/releases/download/v1.4.0/kubevirt-cr.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.61.0/cdi-operator.yaml
- https://github.com/kubevirt/containerized-data-importer/releases/download/v1.61.0/cdi-cr.yaml
- disable-selinux.yml
- service-monitor.yml
patches:
- target:
Expand Down
2 changes: 1 addition & 1 deletion terraform-modules/talos/base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ machine:
install:
diskSelector:
size: '>= 100GB'
image: ghcr.io/siderolabs/installer:v1.9.1
image: ghcr.io/siderolabs/installer:v1.9.2
bootloader: true
wipe: true
kubelet:
Expand Down