aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/ovn4nfv-k8s-plugin-centos.yaml
diff options
context:
space:
mode:
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-11-20 17:41:02 +0000
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-11-20 17:42:56 +0000
commit6289ed694f00dc04ed3880458d5dcd77fbb3dfcb (patch)
treea8bd729b5773de0cafc12444171c9522aee76288 /deploy/ovn4nfv-k8s-plugin-centos.yaml
parent14d105634865beffabf8922accfa948f6be45e16 (diff)
fixing centos container images to point cni-proxy fixHEADmaster
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: Id1a62ace13c363274e4b5950f76fa9d8c5386d5f
Diffstat (limited to 'deploy/ovn4nfv-k8s-plugin-centos.yaml')
-rw-r--r--deploy/ovn4nfv-k8s-plugin-centos.yaml6
1 files changed, 3 insertions, 3 deletions
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: