Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tzzcfrank committed Apr 9, 2021
1 parent bfd66e5 commit 6c8aeda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 ?= kubedl/kubedl:v0.1.0
IMG ?= kubedl/kubedl:v0.2.0
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
CRD_OPTIONS ?= "crd:trivialVersions=true,maxDescLen=0"

Expand Down
2 changes: 1 addition & 1 deletion config/manager/all_in_one.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ spec:
app: kubedl
spec:
containers:
- image: kubedl/kubedl:v0.1.0
- image: kubedl/kubedl:v0.2.0
imagePullPolicy: Always
name: kubedl-manager
ports:
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: kubedl/kubedl
newTag: v0.1.0
newTag: v0.2.0
2 changes: 1 addition & 1 deletion helm/kubedl/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kubedlSysNamespace: kubedl-system

kubedlImage:
repository: kubedl/kubedl
tag: v0.1.0
tag: v0.2.0
pullPolicy: Always

imagePullSecrets: []
Expand Down

0 comments on commit 6c8aeda

Please sign in to comment.