tagged the container with 0.2
This commit is contained in:
parent
ba5fc36712
commit
e61c7e4c4e
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# Image URL to use all building/pushing image targets
|
# Image URL to use all building/pushing image targets
|
||||||
IMG ?= desmo999r/formolcontroller:latest
|
IMG ?= desmo999r/formolcontroller:0.2.0
|
||||||
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
|
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
|
||||||
#CRD_OPTIONS ?= "crd:trivialVersions=true"
|
#CRD_OPTIONS ?= "crd:trivialVersions=true"
|
||||||
CRD_OPTIONS ?= "crd:trivialVersions=true,crdVersions=v1"
|
CRD_OPTIONS ?= "crd:trivialVersions=true,crdVersions=v1"
|
||||||
|
|||||||
@ -5,4 +5,4 @@ kind: Kustomization
|
|||||||
images:
|
images:
|
||||||
- name: controller
|
- name: controller
|
||||||
newName: desmo999r/formolcontroller
|
newName: desmo999r/formolcontroller
|
||||||
newTag: latest
|
newTag: 0.2.0
|
||||||
|
|||||||
@ -6,6 +6,7 @@ metadata:
|
|||||||
namespace: demo
|
namespace: demo
|
||||||
spec:
|
spec:
|
||||||
suspend: true
|
suspend: true
|
||||||
|
image: desmo999r/formolcli:latest
|
||||||
repository: repo-minio
|
repository: repo-minio
|
||||||
schedule: "15 * * * *"
|
schedule: "15 * * * *"
|
||||||
targets:
|
targets:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user