File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -784,7 +784,7 @@ Defaults to `https://github.com/opencontainers/runc/releases/download/v${runc_ve
784784
785785Specifies the version of ` runc ` to install.
786786
787- Defaults to ` 1.0.0-rc5 ` .
787+ Defaults to ` 1.0.0 ` .
788788
789789#### ` sa_key `
790790
Original file line number Diff line number Diff line change 157157#
158158# [*runc_version*]
159159# The version of runc to install
160- # Defaults to 1.0.0-rc5
160+ # Defaults to 1.0.0
161161#
162162# [*runc_source*]
163163# The URL to download runc
609609 Optional[Hash] $kubelet_extra_config = undef ,
610610 Optional[Array] $kubelet_extra_arguments = [],
611611 Optional[String] $proxy_mode = ' ' ,
612- Optional[String] $runc_version = ' 1.0.0-rc5 ' ,
612+ Optional[String] $runc_version = ' 1.0.0' ,
613613 Optional[String] $runc_source =
614614 " https://github.com/opencontainers/runc/releases/download/v${runc_version} /runc.amd64" ,
615615 Optional[String] $runc_source_checksum = undef ,
You can’t perform that action at this time.
0 commit comments