Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit ba47bbb

Browse files
authored
Merge pull request #692 from asifdxtreme/automated-cherry-pick-of-#691-upstream-release-0.4
Automated cherry pick of #691: Update the version to v0.4.2
2 parents b66b804 + 238f3a9 commit ba47bbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BIN_DIR=_output/bin
2-
RELEASE_VER=v0.4.1
2+
RELEASE_VER=v0.4.2
33
REPO_PATH=github.com/kubernetes-sigs/kube-batch
44
GitSHA=`git rev-parse HEAD`
55
Date=`date "+%Y-%m-%d %H:%M:%S"`

deployment/kube-batch/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
replicaCount: 1
55
image:
66
repository: kubesigs
7-
tag: v0.4.1
7+
tag: v0.4.2
88
pullPolicy: IfNotPresent
99
resources:
1010
limits:

doc/usage/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ To run `kube-batch`, a Kubernetes cluster must start up. Here is a document on [
1111

1212
### (1) kube-batch image
1313

14-
An official kube-batch image is provided and you can download it from [DockerHub](https://hub.docker.com/r/kubesigs/kube-batch/). The version is `v0.4.1` now.
14+
An official kube-batch image is provided and you can download it from [DockerHub](https://hub.docker.com/r/kubesigs/kube-batch/). The version is `v0.4.2` now.
1515

1616
```bash
17-
# docker pull kubesigs/kube-batch:v0.4.1
17+
# docker pull kubesigs/kube-batch:v0.4.2
1818
```
1919

2020
### (2) Create a Kubernetes Deployment for kube-batch

0 commit comments

Comments
 (0)