Skip to content

Commit

Permalink
revert to old image
Browse files Browse the repository at this point in the history
  • Loading branch information
randomcoww committed Dec 24, 2024
1 parent 46fb46c commit f2f645d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config_env.tf
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ locals {

pxeboot_images = {
coreos = "fedora-coreos-41.20241104.0"
coreos-nvidia = "fedora-coreos-nvidia-40.20241224.0"
coreos-nvidia = "fedora-coreos-nvidia-41.20241224.0"
silverblue = "fedora-silverblue-40.20241101.0"
}

Expand Down
2 changes: 1 addition & 1 deletion config_hosts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ locals {
}
network_boot = {
interface = "phy0"
image = local.pxeboot_image_set.coreos-nvidia
image = local.pxeboot_image_set.silverblue
boot_args = [
"numa=off",
"systemd.unit=multi-user.target",
Expand Down
1 change: 0 additions & 1 deletion kubernetes_service/modules/code_server/manifests.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ module "statefulset" {
<<-EOF
set -xe
nvidia-smi
useradd ${var.user} -d ${var.home_path} -m -u ${var.uid}
usermod -G wheel ${var.user}
Expand Down

0 comments on commit f2f645d

Please sign in to comment.