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
784
784
785
785
Specifies the version of ` runc ` to install.
786
786
787
- Defaults to ` 1.0.0-rc5 ` .
787
+ Defaults to ` 1.0.0 ` .
788
788
789
789
#### ` sa_key `
790
790
Original file line number Diff line number Diff line change 157
157
#
158
158
# [*runc_version*]
159
159
# The version of runc to install
160
- # Defaults to 1.0.0-rc5
160
+ # Defaults to 1.0.0
161
161
#
162
162
# [*runc_source*]
163
163
# The URL to download runc
609
609
Optional[Hash] $kubelet_extra_config = undef ,
610
610
Optional[Array] $kubelet_extra_arguments = [],
611
611
Optional[String] $proxy_mode = ' ' ,
612
- Optional[String] $runc_version = ' 1.0.0-rc5 ' ,
612
+ Optional[String] $runc_version = ' 1.0.0' ,
613
613
Optional[String] $runc_source =
614
614
" https://github.com/opencontainers/runc/releases/download/v${runc_version} /runc.amd64" ,
615
615
Optional[String] $runc_source_checksum = undef ,
You can’t perform that action at this time.
0 commit comments