Skip to content

Commit

Permalink
Cut v0.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Jul 15, 2019
1 parent a041fda commit 722584b
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,5 +1,5 @@
BIN_DIR=_output/bin
RELEASE_VER=v0.4.2
RELEASE_VER=v0.5
REPO_PATH=github.com/kubernetes-sigs/kube-batch
GitSHA=`git rev-parse HEAD`
Date=`date "+%Y-%m-%d %H:%M:%S"`
Expand Down
2 changes: 1 addition & 1 deletion deployment/kube-batch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
replicaCount: 1
image:
repository: kubesigs
tag: v0.4.2
tag: v0.5
pullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion doc/usage/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To run `kube-batch`, a Kubernetes cluster must start up. Here is a document on [
```bash
# mkdir -p $GOPATH/src/github.com/kubernetes-sigs/
# cd $GOPATH/src/github.com/kubernetes-sigs/
# git clone http://github.com/kubernetes-sigs/kube-batch -b v0.4.2
# git clone http://github.com/kubernetes-sigs/kube-batch -b v0.5
```

### Deploy kube-batch by Helm
Expand Down
2 changes: 1 addition & 1 deletion test/kubemark/start-kubemark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CRD_DIRECTORY="${VK_ROOT}/deployment/kube-batch/templates"
QUEUE_DIR="${VK_ROOT}/config/queue"

#Release version for kube batch
RELEASE_VER=v0.4.2
RELEASE_VER=v0.5

#Ensure external cluster exists and kubectl binary works
kubectl get nodes
Expand Down

0 comments on commit 722584b

Please sign in to comment.