This commit is contained in:
jandre 2021-06-04 23:13:05 +02:00
parent 95408a3850
commit 1e226e74b7
2 changed files with 4 additions and 2 deletions

View File

@ -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}

View File

@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: desmo999r/formolcontroller
newTag: 0.2.0
newTag: latest