diff --git a/minimal-app/pom.xml b/minimal-app/pom.xml
index f2b6e5b..d5deb7b 100644
--- a/minimal-app/pom.xml
+++ b/minimal-app/pom.xml
@@ -11,7 +11,7 @@
com.octo.keip
minimal-app
- 0.0.2
+ 0.0.3
ghcr.io/octoconsulting
diff --git a/operator/Makefile b/operator/Makefile
index 9e0a278..c948a24 100644
--- a/operator/Makefile
+++ b/operator/Makefile
@@ -1,4 +1,4 @@
-VERSION ?= 0.3.1
+VERSION ?= 0.3.2
GIT_TAG := operator_v$(VERSION)
KEIP_INTEGRATION_IMAGE ?= ghcr.io/octoconsulting/keip/minimal-app:latest
diff --git a/operator/webhook/Makefile b/operator/webhook/Makefile
index acc53ca..1d714e6 100644
--- a/operator/webhook/Makefile
+++ b/operator/webhook/Makefile
@@ -1,4 +1,4 @@
-VERSION ?= 0.6.1
+VERSION ?= 0.6.2
HOST_PORT ?= 7080
GIT_TAG := webhook_v$(VERSION)