Skip to content

Commit

Permalink
showcase: bump Hook to 20240603-0515 (mdev by-id fixes); bump fatso i…
Browse files Browse the repository at this point in the history
…mages to v1008
  • Loading branch information
rpardini committed Jun 3, 2024
1 parent 593ff38 commit eb5c9ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tinkerbell/showcase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ provision:
common:
# Used together with downloadFile field in each hook;
# Check https://github.com/rpardini/tinkerbell-hook/releases/ for updates
hookDownloadBaseURL: "https://github.com/rpardini/tinkerbell-hook/releases/download/20240522-1109/"
hookDownloadId: "20240522-1109" # If the ID changes, all hooks will be re-downloaded. Can't contain slashes or spaces
hookDownloadBaseURL: "https://github.com/rpardini/tinkerbell-hook/releases/download/20240603-0515/"
hookDownloadId: "20240603-0515" # If the ID changes, all hooks will be re-downloaded. Can't contain slashes or spaces

# Define one key per hook built to be downloaded and made available. Those _must_ match the hardware definitions.
# Important: each definition will be auto-enabled when they're referenced in an enabled device. You can force them enabled: true
Expand Down Expand Up @@ -185,9 +185,9 @@ provision:
"fatso-ubuntu-noble-baremetal-amd64":
enabled: false
arch: "x86_64"
downloadURL: "https://github.com/k8s-avengers/fatso-images/releases/download/ubuntu-noble-baremetal-cloud-k8s-nvidia/ubuntu-noble-baremetal-cloud-k8s-nvidia-v1005.img.gz"
downloadURL: "https://github.com/k8s-avengers/fatso-images/releases/download/ubuntu-noble-baremetal-cloud-k8s-nvidia/ubuntu-noble-baremetal-cloud-k8s-nvidia-v1008.img.gz"
conversion: "download-only"
image: "ubuntu-noble-baremetal-cloud-k8s-nvidia-v1005.img.gz"
image: "ubuntu-noble-baremetal-cloud-k8s-nvidia-v1008.img.gz"
doGrowPart: false
doUserAndSshSetup: false
doFixResolvConf: false
Expand All @@ -197,9 +197,9 @@ provision:
"fatso-el9-baremetal-amd64":
enabled: false
arch: "x86_64"
downloadURL: "https://github.com/k8s-avengers/fatso-images/releases/download/el-9-baremetal/el-9-baremetal-v1003.img.gz"
downloadURL: "https://github.com/k8s-avengers/fatso-images/releases/download/el-9-baremetal/el-9-baremetal-v1008.img.gz"
conversion: "download-only"
image: "el-9-baremetal-v1003.img.gz"
image: "el-9-baremetal-v1008.img.gz"
doGrowPart: false
doUserAndSshSetup: false
doFixResolvConf: false
Expand Down

0 comments on commit eb5c9ed

Please sign in to comment.