Skip to content

Commit

Permalink
[WIP] Update to containerd 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermckinnon committed Nov 30, 2023
1 parent e992010 commit e913db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/USER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Users have the following options for specifying their own values:
| `binary_bucket_region` | ```us-west-2``` | |
| `cache_container_images` | ```false``` | |
| `cni_plugin_version` | ```v1.2.0``` | |
| `containerd_version` | ```1.6.*``` | |
| `containerd_version` | ```1.7.*``` | |
| `creator` | ```{{env `USER`}}``` | |
| `docker_version` | ```20.10.*``` | |
| `encrypted` | ```false``` | |
Expand Down
2 changes: 1 addition & 1 deletion eks-worker-al2-variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"binary_bucket_region": "us-west-2",
"cache_container_images": "false",
"cni_plugin_version": "v1.2.0",
"containerd_version": "1.6.*",
"containerd_version": "1.7.*",
"creator": "{{env `USER`}}",
"docker_version": "20.10.*",
"enable_fips": "false",
Expand Down

0 comments on commit e913db0

Please sign in to comment.