Skip to content

Commit 9d07fa6

Browse files
committed
Update docker.io/rancher/k3s Docker tag to v1.31.3
Signed-off-by: Renovate Bot <[email protected]>
1 parent ea702f0 commit 9d07fa6

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
@@ -11,7 +11,7 @@ parameters:
1111
k3s:
1212
registry: docker.io
1313
image: rancher/k3s
14-
tag: v1.25.15-k3s1
14+
tag: v1.31.3-k3s1
1515
syncer:
1616
registry: docker.io
1717
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.31.3-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.31.3-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.31.3-k3s1
245245
name: vcluster
246246
resources:
247247
limits:

0 commit comments

Comments
 (0)