Update kubernetes to version 1.29.1

This commit is contained in:
Adrien Reslinger 2024-02-10 12:55:18 +01:00
parent 2cfe25c7b8
commit a27773f0ad
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@
- name: Install the k3s-selinux rpm from a remote repo for yum distro
ansible.builtin.yum:
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.4.stable.1/k3s-selinux-1.4-1.el7.noarch.rpm"
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.5.stable.1/k3s-selinux-1.5-1.el7.noarch.rpm"
state: present
when:
- ansible_pkg_mgr == "yum"
@ -23,7 +23,7 @@
- name: Install the k3s-selinux rpm from a remote repo for dnf distro
ansible.builtin.dnf:
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.4.stable.1/k3s-selinux-1.4-1.el{{ ansible_distribution_major_version }}.noarch.rpm"
name: "https://github.com/k3s-io/k3s-selinux/releases/download/v1.5.stable.1/k3s-selinux-1.5-1.el{{ ansible_distribution_major_version }}.noarch.rpm"
state: present
when:
- ansible_pkg_mgr == "dnf"