Release 0.0.5
diff --git a/deploy/operator-deployment-kubernetes.yaml b/deploy/operator-deployment-kubernetes.yaml
index c41f155..9ffc4a5 100644
--- a/deploy/operator-deployment-kubernetes.yaml
+++ b/deploy/operator-deployment-kubernetes.yaml
@@ -19,7 +19,7 @@
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.5-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.5
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/operator-deployment-openshift.yaml b/deploy/operator-deployment-openshift.yaml
index da0a901..e3dd31d 100644
--- a/deploy/operator-deployment-openshift.yaml
+++ b/deploy/operator-deployment-openshift.yaml
@@ -19,7 +19,7 @@
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.5-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.5
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/deploy/resources.go b/deploy/resources.go
index 72a4f7c..2095af9 100644
--- a/deploy/resources.go
+++ b/deploy/resources.go
@@ -2227,7 +2227,7 @@
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.5-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.5
           ports:
           - containerPort: 60000
             name: metrics
@@ -2273,7 +2273,7 @@
       serviceAccountName: camel-k-operator
       containers:
         - name: camel-k-operator
-          image: docker.io/apache/camel-k:0.0.5-SNAPSHOT
+          image: docker.io/apache/camel-k:0.0.5
           ports:
           - containerPort: 60000
             name: metrics
diff --git a/runtime/camel-knative/pom.xml b/runtime/camel-knative/pom.xml
index 53088a0..d599582 100644
--- a/runtime/camel-knative/pom.xml
+++ b/runtime/camel-knative/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.5-SNAPSHOT</version>
+        <version>0.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/catalog-builder/pom.xml b/runtime/catalog-builder/pom.xml
index 4967b2b..4dbcb53 100644
--- a/runtime/catalog-builder/pom.xml
+++ b/runtime/catalog-builder/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/dependency-lister/pom.xml b/runtime/dependency-lister/pom.xml
index 0810fc0..c5f32da 100644
--- a/runtime/dependency-lister/pom.xml
+++ b/runtime/dependency-lister/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/runtime/groovy/pom.xml b/runtime/groovy/pom.xml
index 681bab2..214e137 100644
--- a/runtime/groovy/pom.xml
+++ b/runtime/groovy/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.5-SNAPSHOT</version>
+        <version>0.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/jvm/pom.xml b/runtime/jvm/pom.xml
index cf87fb1..607411e 100644
--- a/runtime/jvm/pom.xml
+++ b/runtime/jvm/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.5-SNAPSHOT</version>
+        <version>0.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/kotlin/pom.xml b/runtime/kotlin/pom.xml
index 8a0db06..7666ed0 100644
--- a/runtime/kotlin/pom.xml
+++ b/runtime/kotlin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-parent</artifactId>
-        <version>0.0.5-SNAPSHOT</version>
+        <version>0.0.5</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 5c28d0b..6f68d05 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -24,7 +24,7 @@
 
     <groupId>org.apache.camel.k</groupId>
     <artifactId>camel-k-runtime-parent</artifactId>
-    <version>0.0.5-SNAPSHOT</version>
+    <version>0.0.5</version>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/version/version.go b/version/version.go
index 82c11df..18d2d1f 100644
--- a/version/version.go
+++ b/version/version.go
@@ -20,5 +20,5 @@
 
 var (
 	// Global Camel K Version
-	Version = "0.0.5-SNAPSHOT"
+	Version = "0.0.5"
 )