Skip to content

Commit

Permalink
bump ovs-cni to v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Dec 11, 2019
1 parent d488630 commit 082b1cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/components/components.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const (
LinuxBridgeMarkerImageDefault = "quay.io/kubevirt/bridge-marker:0.2.0"
KubeMacPoolImageDefault = "quay.io/kubevirt/kubemacpool:v0.8.0"
NMStateHandlerImageDefault = "quay.io/nmstate/kubernetes-nmstate-handler:v0.12.0"
OvsCniImageDefault = "quay.io/kubevirt/ovs-cni-plugin:v0.8.0"
OvsMarkerImageDefault = "quay.io/kubevirt/ovs-cni-marker:v0.8.0"
OvsCniImageDefault = "quay.io/kubevirt/ovs-cni-plugin:v0.9.0"
OvsMarkerImageDefault = "quay.io/kubevirt/ovs-cni-marker:v0.9.0"
)

type AddonsImages struct {
Expand Down
4 changes: 2 additions & 2 deletions test/releases/0.24.0.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ func init() {
ParentName: "ovs-cni-amd64",
ParentKind: "DaemonSet",
Name: "ovs-cni-plugin",
Image: "quay.io/kubevirt/ovs-cni-plugin:v0.8.0",
Image: "quay.io/kubevirt/ovs-cni-plugin:v0.9.0",
},
opv1alpha1.Container{
ParentName: "ovs-cni-amd64",
ParentKind: "DaemonSet",
Name: "ovs-cni-marker",
Image: "quay.io/kubevirt/ovs-cni-marker:v0.8.0",
Image: "quay.io/kubevirt/ovs-cni-marker:v0.9.0",
},
},
SupportedSpec: opv1alpha1.NetworkAddonsConfigSpec{
Expand Down

0 comments on commit 082b1cd

Please sign in to comment.