Skip to content

Commit

Permalink
defaults: using openvswitch image of tag 2.10.4-0
Browse files Browse the repository at this point in the history
  • Loading branch information
yousong committed May 28, 2020
1 parent 4fe6eb2 commit cbbaa01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/onecloud/v1alpha1/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const (
// rancher local-path-provisioner: https://github.com/rancher/local-path-provisioner
DefaultStorageClass = "local-path"

DefaultOvnVersion = "2.9.6"
DefaultOvnVersion = "2.10.4"
DefaultOvnImageName = "openvswitch"
DefaultOvnImageTag = DefaultOvnVersion + "-2"
DefaultOvnImageTag = DefaultOvnVersion + "-0"

DefaultInfluxdbImageVersion = "1.7.7"
)
Expand Down

0 comments on commit cbbaa01

Please sign in to comment.