diff --git a/src/policy/.gitlab-ci.yml b/src/policy/.gitlab-ci.yml
index 13a071124e2cac693401e155412dee48e1f36b56..523c8de3918fc7a1edf0a13bc1997038263100e1 100644
--- a/src/policy/.gitlab-ci.yml
+++ b/src/policy/.gitlab-ci.yml
@@ -3,7 +3,7 @@ build policy:
   variables:
     IMAGE_NAME: 'policy' # name of the microservice
     IMAGE_NAME_TEST: 'policy-test' # name of the microservice
-    IMAGE_TAG: '0.0.1' # tag of the container image (production, development, etc)
+    IMAGE_TAG: '0.1.0' # tag of the container image (production, development, etc)
   stage: build
   script:
     - docker build -t "$IMAGE_NAME:$IMAGE_TAG" -f ./src/$IMAGE_NAME/src/main/docker/Dockerfile.multistage.jvm ./src/$IMAGE_NAME/ --target builder
@@ -17,7 +17,7 @@ unit_test policy:
   variables:
     IMAGE_NAME: 'policy' # name of the microservice
     IMAGE_NAME_TEST: 'policy-test' # name of the microservice
-    IMAGE_TAG: '0.0.1' # tag of the container image (production, development, etc)
+    IMAGE_TAG: '0.1.0' # tag of the container image (production, development, etc)
   stage: unit_test
   needs:
     - build policy
diff --git a/src/policy/pom.xml b/src/policy/pom.xml
index 399c3a18c8f4fb62c42290191f59b179b1f0f2c3..79d5a46c6ff7fed8099325b939f9de5f6227e643 100644
--- a/src/policy/pom.xml
+++ b/src/policy/pom.xml
@@ -5,7 +5,7 @@
 
     <groupId>eu.teraflow</groupId>
     <artifactId>policy</artifactId>
-    <version>0.0.1</version>
+    <version>0.1.0</version>
     <name>TeraFlow Policy Component</name>
     <description>TeraFlow Policy Component</description>
 
diff --git a/src/policy/target/kubernetes/kubernetes.yml b/src/policy/target/kubernetes/kubernetes.yml
index 81471580e0460522b462f2af432adf25f094523e..aabaec47bd80aca4a720972095f57e8cb6723ae2 100644
--- a/src/policy/target/kubernetes/kubernetes.yml
+++ b/src/policy/target/kubernetes/kubernetes.yml
@@ -3,8 +3,8 @@ apiVersion: v1
 kind: Service
 metadata:
   annotations:
-    app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08
-    app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000
+    app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498
+    app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000
   labels:
     app.kubernetes.io/name: policyservice
     app: policyservice
@@ -25,8 +25,8 @@ apiVersion: apps/v1
 kind: Deployment
 metadata:
   annotations:
-    app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08
-    app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000
+    app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498
+    app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000
   labels:
     app: policyservice
     app.kubernetes.io/name: policyservice
@@ -39,8 +39,8 @@ spec:
   template:
     metadata:
       annotations:
-        app.quarkus.io/commit-id: 78a8df6bd09a6ffd68bf368cd81796ede89b9a08
-        app.quarkus.io/build-timestamp: 2022-02-15 - 14:37:35 +0000
+        app.quarkus.io/commit-id: 43bda7817c976a9fb8ed7a410ad4f0ea13f62498
+        app.quarkus.io/build-timestamp: 2022-02-15 - 14:44:53 +0000
       labels:
         app: policyservice
         app.kubernetes.io/name: policyservice
@@ -51,7 +51,7 @@ spec:
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
-          image: registry.gitlab.com/teraflow-h2020/controller/policy:0.0.1
+          image: registry.gitlab.com/teraflow-h2020/controller/policy:0.1.0
           imagePullPolicy: Always
           livenessProbe:
             failureThreshold: 3