chore: bump version to v1.25.3+k3s1
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
Robert Kaussow 2022-11-17 15:48:27 +01:00
parent e369d0ded8
commit e3ec4758bb
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
k3s_version: v1.25.0+k3s1
k3s_version: v1.25.3+k3s1
k3s_packages:
- epel-release

View File

@ -32,7 +32,7 @@
- name: Verify that all nodes actually joined
command: >-
{{ __k3s_binary }} kubectl get nodes
-l "node-role.kubernetes.io/master=true"
-l "node-role.kubernetes.io/control-plane=true"
-o=jsonpath="{.items[*].metadata.name}"
register: __k3s_init_nodes
until: __k3s_init_nodes.rc == 0 and (__k3s_init_nodes.stdout.split() | length) == (k3s_server_nodes | length)