diff --git a/src/automation/pom.xml b/src/automation/pom.xml
index 62a8859de28596fccc1c6e2e8c859f5bde1e7aeb..182ea45cd1e18329ebd84da4a4138a82e48ca91d 100644
--- a/src/automation/pom.xml
+++ b/src/automation/pom.xml
@@ -5,7 +5,7 @@
 
   <groupId>eu.teraflow</groupId>
   <artifactId>automation</artifactId>
-  <version>0.1.0</version>
+  <version>0.2.0</version>
   <name>TeraFlow Automation Component</name>
   <description>TeraFlow Automation Component</description>
 
diff --git a/src/automation/target/kubernetes/kubernetes.yml b/src/automation/target/kubernetes/kubernetes.yml
index 18d69b05bf20b4864fe84e0ffa4354441de36dd4..1b3bf2a0f3094e546e79d9d9bb6df873d72f1403 100644
--- a/src/automation/target/kubernetes/kubernetes.yml
+++ b/src/automation/target/kubernetes/kubernetes.yml
@@ -3,8 +3,8 @@ apiVersion: v1
 kind: Service
 metadata:
   annotations:
-    app.quarkus.io/commit-id: 10192a8dd76072b7c1026824117157d672385e29
-    app.quarkus.io/build-timestamp: 2022-02-11 - 16:52:33 +0000
+    app.quarkus.io/commit-id: 644f8ea4385acb720eab7317de057f9d1d8ebfe6
+    app.quarkus.io/build-timestamp: 2022-02-14 - 10:21:58 +0000
   labels:
     app.kubernetes.io/name: automationservice
     app: automationservice
@@ -25,8 +25,8 @@ apiVersion: apps/v1
 kind: Deployment
 metadata:
   annotations:
-    app.quarkus.io/commit-id: 10192a8dd76072b7c1026824117157d672385e29
-    app.quarkus.io/build-timestamp: 2022-02-11 - 16:52:33 +0000
+    app.quarkus.io/commit-id: 644f8ea4385acb720eab7317de057f9d1d8ebfe6
+    app.quarkus.io/build-timestamp: 2022-02-14 - 10:21:58 +0000
   labels:
     app: automationservice
     app.kubernetes.io/name: automationservice
@@ -39,8 +39,8 @@ spec:
   template:
     metadata:
       annotations:
-        app.quarkus.io/commit-id: 10192a8dd76072b7c1026824117157d672385e29
-        app.quarkus.io/build-timestamp: 2022-02-11 - 16:52:33 +0000
+        app.quarkus.io/commit-id: 644f8ea4385acb720eab7317de057f9d1d8ebfe6
+        app.quarkus.io/build-timestamp: 2022-02-14 - 10:21:58 +0000
       labels:
         app: automationservice
         app.kubernetes.io/name: automationservice
@@ -51,11 +51,11 @@ spec:
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
-            - name: CONTEXT_SERVICE_HOST
-              value: contextservice
             - name: DEVICE_SERVICE_HOST
               value: deviceservice
-          image: registry.gitlab.com/teraflow-h2020/controller/automation:0.1.0
+            - name: CONTEXT_SERVICE_HOST
+              value: contextservice
+          image: registry.gitlab.com/teraflow-h2020/controller/automation:0.2.0
           imagePullPolicy: Always
           livenessProbe:
             failureThreshold: 3