diff --git a/minimal-app/pom.xml b/minimal-app/pom.xml index da3bb29..f2b6e5b 100644 --- a/minimal-app/pom.xml +++ b/minimal-app/pom.xml @@ -118,6 +118,7 @@ ${docker.registry}/${image-name} + latest ${project.version} diff --git a/operator/Makefile b/operator/Makefile index c1c579e..9e0a278 100644 --- a/operator/Makefile +++ b/operator/Makefile @@ -1,6 +1,6 @@ VERSION ?= 0.3.1 GIT_TAG := operator_v$(VERSION) -KEIP_INTEGRATION_IMAGE ?= ghcr.io/octoconsulting/keip/minimal-app:0.0.2 +KEIP_INTEGRATION_IMAGE ?= ghcr.io/octoconsulting/keip/minimal-app:latest KUBECTL := kubectl KUBECTL_DELETE := $(KUBECTL) delete --ignore-not-found