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

Commit

Permalink
release v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pacoxu committed Jun 6, 2022
1 parent d3fd73b commit 113a77a
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.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"

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.4-dev
newTag: v0.0.4
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.4-dev
image: daocloud.io/daocloud/kubeadm-operator:v0.0.4
name: manager
resources:
limits:
Expand Down

0 comments on commit 113a77a

Please sign in to comment.