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

Commit 869fa49

Browse files
committed
release v0.0.3
1 parent dfc3394 commit 869fa49

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.3-dev
3+
IMG ?= daocloud.io/daocloud/kubeadm-operator:v0.0.3
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.3-dev
8+
newTag: v0.0.3

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.3-dev
42+
image: daocloud.io/daocloud/kubeadm-operator:v0.0.3
4343
name: manager
4444
resources:
4545
limits:

0 commit comments

Comments
 (0)