aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/ovn-daemonset.yaml
diff options
context:
space:
mode:
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-11-02 18:57:14 -0800
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-11-02 18:57:14 -0800
commite5e5b5cf9bcca5264e2414ee6e65868cd6ada610 (patch)
tree51c120b258a5cdaf3c73cdbf6d698f793d3c33a8 /deploy/ovn-daemonset.yaml
parent9fbc8db799177e67c6100152ba706c8e934bb73e (diff)
fixing container images to point cni-proxy fix
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: Iaf73bfe574d0656a5108a29e5acc3d94e759c501
Diffstat (limited to 'deploy/ovn-daemonset.yaml')
-rw-r--r--deploy/ovn-daemonset.yaml4
1 files changed, 2 insertions, 2 deletions
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: