From 6289ed694f00dc04ed3880458d5dcd77fbb3dfcb Mon Sep 17 00:00:00 2001 From: Kuralamudhan Ramakrishnan Date: Fri, 20 Nov 2020 17:41:02 +0000 Subject: fixing centos container images to point cni-proxy fix Signed-off-by: Kuralamudhan Ramakrishnan Change-Id: Id1a62ace13c363274e4b5950f76fa9d8c5386d5f --- deploy/ovn-daemonset-centos.yaml | 4 ++-- deploy/ovn4nfv-k8s-plugin-centos.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'deploy') diff --git a/deploy/ovn-daemonset-centos.yaml b/deploy/ovn-daemonset-centos.yaml index 93a3e31..95c971f 100644 --- a/deploy/ovn-daemonset-centos.yaml +++ b/deploy/ovn-daemonset-centos.yaml @@ -70,7 +70,7 @@ spec: hostNetwork: true containers: - name: ovn-control-plane - image: docker.io/integratedcloudnative/ovn-images:centos-v2.0.0 + image: docker.io/integratedcloudnative/ovn-images:centos-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:centos-v2.0.0 + image: docker.io/integratedcloudnative/ovn-images:centos-v2.2.0 imagePullPolicy: IfNotPresent command: ["ovn4nfv-k8s", "start_ovn_controller"] securityContext: diff --git a/deploy/ovn4nfv-k8s-plugin-centos.yaml b/deploy/ovn4nfv-k8s-plugin-centos.yaml index 43d2da9..1c8a227 100644 --- a/deploy/ovn4nfv-k8s-plugin-centos.yaml +++ b/deploy/ovn4nfv-k8s-plugin-centos.yaml @@ -508,7 +508,7 @@ spec: serviceAccountName: k8s-nfn-sa containers: - name: nfn-operator - image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:centos-v2.0.0 + image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:centos-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:centos-v2.0.0 + image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:centos-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:centos-v2.0.0 + image: docker.io/integratedcloudnative/ovn4nfv-k8s-plugin:centos-v2.2.0 command: ["/usr/local/bin/entrypoint", "agent"] imagePullPolicy: IfNotPresent resources: -- cgit 1.2.3-korg