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

Commit

Permalink
Merge pull request #42 from pacoxu/release-v0.0.3
Browse files Browse the repository at this point in the history
release v0.0.3
  • Loading branch information
pacoxu authored May 19, 2022
2 parents 8bc13ed + 869fa49 commit b5e700c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: daocloud.io/daocloud/kubeadm-operator
newTag: v0.0.3-dev
newTag: v0.0.3
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: daocloud.io/daocloud/kubeadm-operator:v0.0.3-dev
image: daocloud.io/daocloud/kubeadm-operator:v0.0.3
name: manager
resources:
limits:
Expand Down

0 comments on commit b5e700c

Please sign in to comment.