Skip to content

Commit fdf1534

Browse files
committed
Update to kubernetes 1.2 and heapster 1.0!
1 parent 6985077 commit fdf1534

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

images/version.sh

+2-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
## GITHUB PROJECTS ##
77
# These projects are downloaded from "github.com/user/repo/archive/$VERSION.tar.gz"
8-
K8S_VERSION='v1.2.0-beta.1'
8+
K8S_VERSION='v1.2.0'
99
ETCD_VERSION='v2.2.5'
1010
FLANNEL_VERSION='v0.5.5'
1111
REGISTRY_VERSION='v2.3.1'
12-
HEAPSTER_VERSION='v1.0.0-beta1'
12+
HEAPSTER_VERSION='v1.0.0'
1313
INFLUXDB_VERSION='v0.10.3'
1414
GRAFANA_VERSION='v2.6.0'
1515

@@ -19,7 +19,3 @@ GRAFANA_VERSION='v2.6.0'
1919
# And there's no big difference in the result
2020
# TODO: use prebuilt official go1.6
2121
GO_VERSION='1.4.3'
22-
23-
# Enable go1.5.1 by commenting above and uncommenting here
24-
# GO_BOOTSTRAP_VERSION='go1.4.3'
25-
# GO_VERSION='go1.5.2'

0 commit comments

Comments
 (0)