Skip to content

Commit 3a56b61

Browse files
authored
fixed k3d image name (#8865) (#8868)
(cherry picked from commit 2ea680c)
1 parent 51ac032 commit 3a56b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/deployer/config/plans.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ plans:
178178
kubernetesVersion: 1.34.1
179179
k3d:
180180
clientImage: ghcr.io/k3d-io/k3d:5.8.3
181-
nodeImage: rancher/k3s:v1.34.1+k3s1
181+
nodeImage: rancher/k3s:v1.34.1-k3s1
182182
- id: k3d-ci
183183
operation: create
184184
clusterName: k3d-ci
185185
provider: k3d
186186
kubernetesVersion: 1.34.1
187187
k3d:
188188
clientImage: ghcr.io/k3d-io/k3d:5.8.3
189-
nodeImage: rancher/k3s:v1.34.1+k3s1
189+
nodeImage: rancher/k3s:v1.34.1-k3s1

0 commit comments

Comments
 (0)