aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/ovn-daemonset.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/ovn-daemonset.yaml')
-rw-r--r--deploy/ovn-daemonset.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/deploy/ovn-daemonset.yaml b/deploy/ovn-daemonset.yaml
index bb64d84..bd8b123 100644
--- a/deploy/ovn-daemonset.yaml
+++ b/deploy/ovn-daemonset.yaml
@@ -70,8 +70,8 @@ spec:
hostNetwork: true
containers:
- name: ovn-control-plane
- image: integratedcloudnative/ovn-images:master
- imagePullPolicy: "IfNotPresent"
+ image: docker.io/integratedcloudnative/ovn-images:v2.0.0
+ imagePullPolicy: IfNotPresent
command: ["ovn4nfv-k8s", "start_ovn_control_plane"]
securityContext:
capabilities:
@@ -158,7 +158,7 @@ spec:
template:
metadata:
labels:
- app: ovn-controller
+ app: ovn-controller
spec:
tolerations:
- operator: Exists
@@ -168,7 +168,7 @@ spec:
hostPID: true
containers:
- name: ovn-controller
- image: integratedcloudnative/ovn-images:master
+ image: docker.io/integratedcloudnative/ovn-images:v2.0.0
imagePullPolicy: IfNotPresent
command: ["ovn4nfv-k8s", "start_ovn_controller"]
securityContext: