tagged the container with 0.2

This commit is contained in:
jandre 2021-06-03 09:15:47 +02:00
parent ba5fc36712
commit e61c7e4c4e
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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