diff --git a/Makefile b/Makefile index 59818d58..3ac488ec 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ IMAGE_NAME ?= cape-manager PULL_POLICY ?= Always # Release docker variables -REGISTRY ?= smartxworks +REGISTRY ?= docker.io/smartxworks CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME) ## -------------------------------------- diff --git a/clusterctl-settings.json b/clusterctl-settings.json index 2bc58f0b..316d39fe 100644 --- a/clusterctl-settings.json +++ b/clusterctl-settings.json @@ -2,6 +2,6 @@ "name": "infrastructure-elf", "config": { "componentsFile": "infrastructure-components.yaml", - "nextVersion": "v0.1.0" + "nextVersion": "v0.2.1" } }