Skip to content

Commit 6b205cf

Browse files
chore: bump k3s→v1.34.1-k3s1-amd64 & device-plugin→v0.19.2
1 parent 169ec1e commit 6b205cf

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ Contributions, issues, and feature requests are welcome! Please fork the reposit
209209

210210
| Date | K3s Tag | Device Plugin |
211211
|------------|---------------------|---------------|
212+
| 2026-06-04 | v1.34.1-k3s1-amd64 | v0.19.2 |
212213
| 2026-06-03 | v1.34.1-k3s1-amd64 | v0.19.2 |
213214
| 2026-06-03 | v1.34.1-k3s1-amd64 | v0.19.2 |
214215
| 2026-06-02 | v1.34.1-k3s1-amd64 | v0.19.2 |

scripts/k3d-gpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -euo pipefail
1414
CLUSTER="${K3D_GPU_CLUSTER:-gpu}"
1515
IMAGE="${K3D_GPU_IMAGE:-cryptoandcoffee/k3d-gpu:latest}"
1616
PLUGIN_MANIFEST="${K3D_GPU_PLUGIN:-/usr/share/k3d-gpu/nvidia-device-plugin.yml}"
17-
TEST_IMAGE="${K3D_GPU_TEST_IMAGE:-nvidia/cuda:13.2.1-base-ubuntu24.04}"
17+
TEST_IMAGE="${K3D_GPU_TEST_IMAGE:-nvidia/cuda:13.3.0-base-ubuntu26.04}"
1818
VERSION="0.1.2" # kept in lockstep with packaging/aur PKGBUILD by auto-release.yml
1919

2020
RED=$'\e[31m' GRN=$'\e[32m' YLW=$'\e[33m' RST=$'\e[0m'

0 commit comments

Comments
 (0)