Update CNI config versions to 0.3.0

We've been seeing conflicts with other CNI consumers where
CRI-O's configuration files are causing the CNI plugins to fail
to start because their versions are too low. Upgrading the plugin
versions should resolve this conflict, and not cause any adverse
effect to a typical CRI-O install.

Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
Matthew Heon 2018-03-06 14:13:06 -05:00
parent 0e0c820f0c
commit f31726b610
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"
}