v0.2.1
This commit is contained in:
parent
95408a3850
commit
1e226e74b7
4
Makefile
4
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}
|
||||
|
||||
@ -5,4 +5,4 @@ kind: Kustomization
|
||||
images:
|
||||
- name: controller
|
||||
newName: desmo999r/formolcontroller
|
||||
newTag: 0.2.0
|
||||
newTag: latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user