Skip to content
This repository was archived by the owner on Sep 15, 2023. It is now read-only.

Commit b5c5478

Browse files
committed
v0.1.0 release
Signed-off-by: Paco Xu <paco.xu@daocloud.io>
1 parent 3475464 commit b5c5478

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Image URL to use all building/pushing image targets
3-
IMG ?= daocloud.io/daocloud/kubeadm-operator:v0.0.5-dev
3+
IMG ?= daocloud.io/daocloud/kubeadm-operator:v0.1.0
44
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
55
CRD_OPTIONS ?= "crd"
66

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: daocloud.io/daocloud/kubeadm-operator
8-
newTag: v0.0.5-dev
8+
newTag: v0.1.0

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
valueFrom:
4040
fieldRef:
4141
fieldPath: metadata.namespace
42-
image: daocloud.io/daocloud/kubeadm-operator:v0.0.5-dev
42+
image: daocloud.io/daocloud/kubeadm-operator:v0.1.0
4343
name: manager
4444
resources:
4545
limits:

0 commit comments

Comments
 (0)