diff --git a/operator/daemonset/l2-ps-amd64.yaml b/operator/daemonset/l2-ps-amd64.yaml
index 1681daa92319f070ab28ff7aa4af4e54d7193480..250d9b561feefa21cb4110a1e334d6e77dac6609 100644
--- a/operator/daemonset/l2-ps-amd64.yaml
+++ b/operator/daemonset/l2-ps-amd64.yaml
@@ -24,7 +24,7 @@ spec:
         effect: NoSchedule
       containers:
       - name: l2-ps
-        image: alexdecb/l2-ps:latest
+        image: alexdecb/l2sm-ovs:latest
         command: ["sleep","infinity"]
         env:
         - name: NODENAME
@@ -33,6 +33,8 @@ spec:
               fieldPath: spec.nodeName
         - name: NVPODS
           value: "10"  
+        - name: CONTROLLERIP
+          value: "10.1.14.8"
         imagePullPolicy: Always
         securityContext:
           capabilities: