Skip to content

Commit

Permalink
Merge pull request #486 from joel-bluedata/0.6.2-release
Browse files Browse the repository at this point in the history
0.6.2 release point
  • Loading branch information
joel-bluedata authored May 21, 2021
2 parents cd0ab35 + 4528b1e commit 017d4d6
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
Expand Up @@ -3,7 +3,7 @@

SHELL = bash

default_image := bluek8s/kubedirector:unstable
default_image := bluek8s/kubedirector:0.6.2
image ?= ${default_image}

cluster_resource_name := kubedirectorcluster
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubedirector/deployment-prebuilt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: kubedirector
containers:
- name: kubedirector
image: bluek8s/kubedirector:unstable
image: bluek8s/kubedirector:0.6.2
# A liveness probe is desirable for in-use deployments, but if you
# are doing iterations of "make redeploy" during development then
# then you may inadvertently trigger the probe. Uncomment the
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// Version is the current KubeDirector version
Version = "0.6.2-unstable"
Version = "0.6.2"
)

0 comments on commit 017d4d6

Please sign in to comment.