From e5e5b5cf9bcca5264e2414ee6e65868cd6ada610 Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Mon, 2 Nov 2020 18:57:14 -0800 Subject: [PATCH] fixing container images to point cni-proxy fix Signed-off-by: Kuralamudhan Ramakrishnan Change-Id: Iaf73bfe574d0656a5108a29e5acc3d94e759c501 --- deploy/ovn-daemonset.yaml | 4 ++-- deploy/ovn4nfv-k8s-plugin.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 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: diff --git a/deploy/ovn4nfv-k8s-plugin.yaml b/deploy/ovn4nfv-k8s-plugin.yaml index ab69dd7..b5b5f59 100644 --- a/deploy/ovn4nfv-k8s-plugin.yaml +++ b/deploy/ovn4nfv-k8s-plugin.yaml @@ -508,7 +508,7 @@ spec: serviceAccountName: k8s-nfn-sa containers: - name: nfn-operator - image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:v2.0.0 + image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:v2.2.0 command: ["/usr/local/bin/entrypoint", "operator"] imagePullPolicy: IfNotPresent envFrom: @@ -580,7 +580,7 @@ spec: serviceAccountName: k8s-nfn-sa containers: - name: ovn4nfv - image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:v2.0.0 + image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:v2.2.0 command: ["/usr/local/bin/entrypoint", "cni"] imagePullPolicy: IfNotPresent resources: @@ -654,7 +654,7 @@ spec: serviceAccountName: k8s-nfn-sa containers: - name: nfn-agent - image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:v2.0.0 + image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:v2.2.0 command: ["/usr/local/bin/entrypoint", "agent"] imagePullPolicy: IfNotPresent resources: -- 2.16.6