Skip to content

Commit

Permalink
preparing v6.2-beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
lolocohen committed Dec 26, 2019
1 parent 2c47fa8 commit 3ce7394
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions JPPF/bin/build.number
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Thu, 26 Dec 2019 11:08:10 +0100
build.number=2577
#Thu, 26 Dec 2019 12:13:30 +0100
build.number=2579
4 changes: 2 additions & 2 deletions containers/k8s/jppf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v1
name: jppf
home: https://www.jppf.org

version: 6.2-alpha-2
appVersion: "6.2-alpha-2"
version: 6.2-beta
appVersion: "6.2-beta"

description: The open-source grid computing solution. JPPF enables applications with
large processing power requirements to be run on any number of computers, in order
Expand Down
4 changes: 2 additions & 2 deletions containers/k8s/jppf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ admin:

image:
registryName: jppfgrid
tag: 6.2-alpha-2
tag: 6.2-beta
pullPolicy: Always

# values common to driver, nodes and admin console
jppf:
version: "6.2-alpha-2"
version: "6.2-beta"
serverHostName: jppf-driver-service
serialization: "org.jppf.serialization.DefaultJavaSerialization"

Expand Down
2 changes: 1 addition & 1 deletion containers/k8s/update-helm-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
helm_repo="../../JPPF/docs/home/helm-charts"

if [ -z $1 ]; then
version="6.2-alpha-2"
version="6.2-beta"
else
version=$1
fi
Expand Down
2 changes: 1 addition & 1 deletion containers/k8s/values-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ admin:
jppf:
# 10.244.0.0/16 for flannel CNI plugin
subnet: "10.244.0.0/16"
version: "6.2-alpha-2"
version: "6.2-beta"

tls:
# whether secure TLS communication is enabled
Expand Down
2 changes: 1 addition & 1 deletion containers/swarm/.env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version of JPPF
JPPF_VERSION=6.2-alpha
JPPF_VERSION=6.2-beta
# subnet mask for JPPF nodes and drivers
JPPF_SUBNET="172.16.238.0/24"
# JVM options for the driver, overriding the default options
Expand Down

0 comments on commit 3ce7394

Please sign in to comment.