Update kubernetes to version 1.25.4
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is failing

This commit is contained in:
Adrien Reslinger 2022-11-18 19:00:52 +01:00
parent d4dac488f9
commit ae5337271b
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 4 additions and 4 deletions

View file

@ -6,6 +6,6 @@ kubernetes_interface: '{{ ansible_default_ipv4.interface }}'
# value for kuberntes_network: flannel, calico, weave-net
#kubernetes_network: weave-net
kubernetes_kubeproxy_mode: ipvs
kubernetes_version: 1.25.3
kubernetes_version: 1.25.4
kubernetes_pods_network: "10.244.0.0/16"
lb_auth_pass: 1be344d62acc46c6858ae8475668a245

View file

@ -39,7 +39,7 @@
- name: Retreive k3s binary for x86_64
ansible.builtin.get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.25.3%2Bk3s1/k3s"
url: "https://github.com/rancher/k3s/releases/download/v1.25.4%2Bk3s1/k3s"
dest: "/usr/local/bin/k3s"
group: root
owner: root
@ -50,7 +50,7 @@
- name: Retreive k3s binary for arm64
ansible.builtin.get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.25.3%2Bk3s1/k3s-arm64"
url: "https://github.com/rancher/k3s/releases/download/v1.25.4%2Bk3s1/k3s-arm64"
dest: "/usr/local/bin/k3s"
group: root
owner: root
@ -61,7 +61,7 @@
- name: Retreive k3s binary for armv6/armv7
ansible.builtin.get_url:
url: "https://github.com/rancher/k3s/releases/download/v1.25.3%2Bk3s1/k3s-armhf"
url: "https://github.com/rancher/k3s/releases/download/v1.25.4%2Bk3s1/k3s-armhf"
dest: "/usr/local/bin/k3s"
group: root
owner: root