Merge pull request #1423 from mheon/update_cni_versions

Update CNI config versions to 0.3.0
This commit is contained in:
Daniel J Walsh 2018-03-08 08:50:26 +00:00 committed by GitHub
commit 78dd9735d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"cniVersion": "0.2.0",
"cniVersion": "0.3.0",
"name": "crio-bridge",
"type": "bridge",
"bridge": "cni0",

View file

@ -1,4 +1,4 @@
{
"cniVersion": "0.2.0",
"cniVersion": "0.3.0",
"type": "loopback"
}