Skip to content

Commit 9fd4367

Browse files
committed
Update Readme and test
1 parent 7422c9e commit 9fd4367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Defaults to `false`.
251251

252252
Specifies the version of the containerd runtime the module installs.
253253

254-
Defaults to `1.1.0`.
254+
Defaults to `1.5.0`.
255255

256256
### `containerd_install_method`
257257

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
'RedHat' => $kubernetes::kubernetes_version,
494494
},
495495
String $container_runtime = 'docker',
496-
Optional[String] $containerd_version = '1.1.0',
496+
Optional[String] $containerd_version = '1.5.0',
497497
Enum['archive','package'] $containerd_install_method = 'archive',
498498
String $containerd_package_name = 'containerd.io',
499499
Optional[String] $docker_package_name = 'docker-engine',

0 commit comments

Comments
 (0)