Browse Source

fix expected str instance, float found #6078 (#6103)

pull/6106/head
lukasz bielinski 4 years ago
committed by GitHub
parent
commit
ef7076e36f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/defaults/main.yml

2
roles/download/defaults/main.yml

@ -80,7 +80,7 @@ flannel_version: "v0.12.0"
cni_version: "v0.8.5"
weave_version: 2.6.2
pod_infra_version: 3.1
pod_infra_version: "3.1"
contiv_version: 1.2.1
cilium_version: "v1.7.3"
kube_ovn_version: "v1.1.1"

Loading…
Cancel
Save