Skip to content

Commit 64fdafc

Browse files
committed
Update docker.io/rancher/k3s Docker tag to v1.32.1
Signed-off-by: Renovate Bot <[email protected]>
1 parent 947e943 commit 64fdafc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

class/defaults.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
k3s:
1313
registry: docker.io
1414
image: rancher/k3s
15-
tag: v1.25.15-k3s1
15+
tag: v1.32.1-k3s1
1616
syncer:
1717
registry: docker.io
1818
image: loftsh/vcluster

tests/golden/defaults/defaults/defaults/10_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ spec:
198198
command:
199199
- /bin/k3s
200200
env: []
201-
image: docker.io/rancher/k3s:v1.25.15-k3s1
201+
image: docker.io/rancher/k3s:v1.32.1-k3s1
202202
name: vcluster
203203
resources:
204204
limits:

tests/golden/oidc/oidc/oidc/10_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ spec:
202202
command:
203203
- /bin/k3s
204204
env: []
205-
image: docker.io/rancher/k3s:v1.25.15-k3s1
205+
image: docker.io/rancher/k3s:v1.32.1-k3s1
206206
name: vcluster
207207
resources:
208208
limits:

tests/golden/openshift/openshift/openshift/10_cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ spec:
241241
command:
242242
- /bin/k3s
243243
env: []
244-
image: docker.io/rancher/k3s:v1.25.15-k3s1
244+
image: docker.io/rancher/k3s:v1.32.1-k3s1
245245
name: vcluster
246246
resources:
247247
limits:

0 commit comments

Comments
 (0)