fix: bump default version to v1.25.3+k3s1

This commit is contained in:
Robert Kaussow 2023-09-09 19:06:07 +00:00
parent 99656304ac
commit d8ecdc239e
1 changed files with 3 additions and 4 deletions

View File

@ -3,8 +3,8 @@ title: k3s
type: docs type: docs
--- ---
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.k3s) [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.k3s)
[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.k3s?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.k3s) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.k3s?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.k3s)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.k3s/src/branch/main/LICENSE) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.k3s/src/branch/main/LICENSE)
Setup K3s cluster nodes. Setup K3s cluster nodes.
@ -55,7 +55,6 @@ Setup K3s cluster nodes.
- Minimum Ansible version: `2.1` - Minimum Ansible version: `2.1`
## Default Variables ## Default Variables
### k3s_init_log_enabled ### k3s_init_log_enabled
@ -341,7 +340,7 @@ k3s_token: secure-token
#### Default value #### Default value
```YAML ```YAML
k3s_version: 1.25.3+k3s1 k3s_version: 1.27.5+k3s1
``` ```
## Discovered Tags ## Discovered Tags