Skip to content

Commit d3d61b0

Browse files
vshn_ci_runnervshn-renovate
authored andcommitted
Update dependency docker.io/rancher/k3s to v1.25.3
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
1 parent b5cc2ab commit d3d61b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parameters:
1010
k3s:
1111
registry: docker.io
1212
image: rancher/k3s
13-
tag: v1.25.2-k3s1
13+
tag: v1.25.3-k3s1
1414
syncer:
1515
registry: docker.io
1616
image: loftsh/vcluster

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

Lines changed: 1 addition & 1 deletion
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.2-k3s1
201+
image: docker.io/rancher/k3s:v1.25.3-k3s1
202202
name: vcluster
203203
resources:
204204
limits:

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

Lines changed: 1 addition & 1 deletion
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.2-k3s1
205+
image: docker.io/rancher/k3s:v1.25.3-k3s1
206206
name: vcluster
207207
resources:
208208
limits:

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

Lines changed: 1 addition & 1 deletion
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.2-k3s1
207+
image: docker.io/rancher/k3s:v1.25.3-k3s1
208208
name: vcluster
209209
resources:
210210
limits:

0 commit comments

Comments
 (0)