From e5e5b5cf9bcca5264e2414ee6e65868cd6ada610 Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Mon, 2 Nov 2020 18:57:14 -0800 Subject: fixing container images to point cni-proxy fix Signed-off-by: Kuralamudhan Ramakrishnan Change-Id: Iaf73bfe574d0656a5108a29e5acc3d94e759c501 --- deploy/ovn-daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy/ovn-daemonset.yaml') diff --git a/deploy/ovn-daemonset.yaml b/deploy/ovn-daemonset.yaml index bd8b123..8c83eab 100644 --- a/deploy/ovn-daemonset.yaml +++ b/deploy/ovn-daemonset.yaml @@ -70,7 +70,7 @@ spec: hostNetwork: true containers: - name: ovn-control-plane - image: docker.io/integratedcloudnative/ovn-images:v2.0.0 + image: docker.io/integratedcloudnative/ovn-images:v2.2.0 imagePullPolicy: IfNotPresent command: ["ovn4nfv-k8s", "start_ovn_control_plane"] securityContext: @@ -168,7 +168,7 @@ spec: hostPID: true containers: - name: ovn-controller - image: docker.io/integratedcloudnative/ovn-images:v2.0.0 + image: docker.io/integratedcloudnative/ovn-images:v2.2.0 imagePullPolicy: IfNotPresent command: ["ovn4nfv-k8s", "start_ovn_controller"] securityContext: -- cgit 1.2.3-korg