Commit 55ef950
authored
fix(argument-specs): sync versions with defaults and add renovate tracking (#67)
* fix(argument-specs): sync versions with defaults and add renovate tracking
- Add k3s_channel and k3s_node_ip_max_pods to k3s argument_specs (fixes CI error)
- Fix docker_compose_v2_version default mismatch (5.1.0 → 5.1.1)
- Add renovate comments to argument_specs.yml version defaults
- Extend renovate.json customManager to cover argument_specs.yml files
so versions are updated in the same PR as defaults/main.yml
* fix(k3s): remove unused k3s_node_ip_max_pods variable
The variable was defined in defaults but never referenced in any
template or task. k3s_max_pods covers the max-pods kubelet argument.1 parent dd87487 commit 55ef950
File tree
5 files changed
+11
-3
lines changed- .github
- roles
- docker_compose_v2/meta
- docker/meta
- k3s
- defaults
- meta
5 files changed
+11
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
159 | 165 | | |
160 | 166 | | |
161 | 167 | | |
| 168 | + | |
162 | 169 | | |
163 | 170 | | |
164 | 171 | | |
| |||
0 commit comments