chore: bump rke2 version
All checks were successful
Build / precommit (pull_request) Successful in 4m45s

This commit is contained in:
Ben Vincent 2026-01-17 01:48:06 +11:00
parent 1077bdcbc1
commit e9c69e0586

View File

@ -1,7 +1,7 @@
# rke2 params
class rke2::params (
Enum['server', 'agent'] $node_type = 'agent',
String $rke2_version = '1.33.4',
String $rke2_version = '1.33.7',
String $rke2_release = 'rke2r1',
Stdlib::Absolutepath $config_file = '/etc/rancher/rke2/config.yaml',
Hash $config_hash = {},