diff --git a/Makefile b/Makefile index 72d373c..fe6dbc7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= desmo999r/formolcontroller:0.2.0 +IMG ?= desmo999r/formolcontroller:0.2.1 # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) #CRD_OPTIONS ?= "crd:trivialVersions=true" CRD_OPTIONS ?= "crd:trivialVersions=true,crdVersions=v1" @@ -59,6 +59,8 @@ vet: generate: controller-gen $(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..." +docker: docker-build docker-push + # Build the docker image docker-build: test podman build --disable-compression --format=docker . -t ${IMG} diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 32c70dc..985346c 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: desmo999r/formolcontroller - newTag: 0.2.0 + newTag: latest