diff --git a/Makefile b/Makefile index 0b14bc31..83a5a00c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= kubedl/kubedl:v0.1.0 +IMG ?= kubedl/kubedl:v0.2.0 # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) CRD_OPTIONS ?= "crd:trivialVersions=true,maxDescLen=0" diff --git a/config/manager/all_in_one.yaml b/config/manager/all_in_one.yaml index 68b8b034..3297e7c5 100644 --- a/config/manager/all_in_one.yaml +++ b/config/manager/all_in_one.yaml @@ -255,7 +255,7 @@ spec: app: kubedl spec: containers: - - image: kubedl/kubedl:v0.1.0 + - image: kubedl/kubedl:v0.2.0 imagePullPolicy: Always name: kubedl-manager ports: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 9ccf85f6..b15adcf2 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: kubedl/kubedl - newTag: v0.1.0 + newTag: v0.2.0 diff --git a/helm/kubedl/values.yaml b/helm/kubedl/values.yaml index 076d204f..defc516a 100644 --- a/helm/kubedl/values.yaml +++ b/helm/kubedl/values.yaml @@ -8,7 +8,7 @@ kubedlSysNamespace: kubedl-system kubedlImage: repository: kubedl/kubedl - tag: v0.1.0 + tag: v0.2.0 pullPolicy: Always imagePullSecrets: []