Skip to content

Commit ff33504

Browse files
committed
Update dependency docker.io/rancher/k3s to v1.26.3
Signed-off-by: Renovate Bot <[email protected]>
1 parent 9d79a50 commit ff33504

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.4-k3s1
14+
tag: v1.26.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.4-k3s1
201+
image: docker.io/rancher/k3s:v1.26.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.4-k3s1
205+
image: docker.io/rancher/k3s:v1.26.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
@@ -204,7 +204,7 @@ spec:
204204
command:
205205
- /bin/k3s
206206
env: []
207-
image: docker.io/rancher/k3s:v1.25.4-k3s1
207+
image: docker.io/rancher/k3s:v1.26.3-k3s1
208208
name: vcluster
209209
resources:
210210
limits:

0 commit comments

Comments
 (0)