Skip to content

Commit

Permalink
Merge pull request #631 from joel-bluedata/0.11.0-release
Browse files Browse the repository at this point in the history
0.11.0 release point
  • Loading branch information
joel-bluedata authored Aug 18, 2022
2 parents da1f9c2 + 75e682d commit 7b3b102
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.11.0
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.11.0
# 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.11.0-unstable"
Version = "0.11.0"
)

0 comments on commit 7b3b102

Please sign in to comment.