diff --git a/Makefile b/Makefile index 47ba129..9bc39de 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Image URL to use all building/pushing image targets -IMG ?= daocloud.io/daocloud/kubeadm-operator:v0.0.4-dev +IMG ?= daocloud.io/daocloud/kubeadm-operator:v0.0.4 # Produce CRDs that work back to Kubernetes 1.11 (no version conversion) CRD_OPTIONS ?= "crd" diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 58c37b6..225dca5 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: daocloud.io/daocloud/kubeadm-operator - newTag: v0.0.4-dev + newTag: v0.0.4 diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 8af5884..cb666b9 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -39,7 +39,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: daocloud.io/daocloud/kubeadm-operator:v0.0.4-dev + image: daocloud.io/daocloud/kubeadm-operator:v0.0.4 name: manager resources: limits: