Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit d92d01b

Browse files
authored
v0.5.3 (#110)
1 parent fbdc9ed commit d92d01b

File tree

5 files changed

+12
-15
lines changed

5 files changed

+12
-15
lines changed

src/Kube-Cluster/Kube-Cluster-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.5.2</string>
22+
<string>0.5.3</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>203</string>
26+
<string>205</string>
2727
<key>LSApplicationCategoryType</key>
2828
<string>public.app-category.utilities</string>
2929
<key>LSMinimumSystemVersion</key>

src/k8s/add-ons.tgz

22 Bytes
Binary file not shown.

src/k8s/add-ons/dashboard-controller.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,27 @@
11
# This file should be kept in sync with cluster/gce/coreos/kube-manifests/addons/dashboard/dashboard-controller.yaml
2-
apiVersion: v1
3-
kind: ReplicationController
2+
apiVersion: extensions/v1beta1
3+
kind: Deployment
44
metadata:
5-
name: kubernetes-dashboard-v1.4.0
5+
name: kubernetes-dashboard
66
namespace: kube-system
77
labels:
88
k8s-app: kubernetes-dashboard
9-
version: v1.4.0
109
kubernetes.io/cluster-service: "true"
1110
spec:
12-
replicas: 1
1311
selector:
14-
k8s-app: kubernetes-dashboard
12+
matchLabels:
13+
k8s-app: kubernetes-dashboard
1514
template:
1615
metadata:
1716
labels:
1817
k8s-app: kubernetes-dashboard
19-
version: v1.4.0
20-
kubernetes.io/cluster-service: "true"
2118
annotations:
2219
scheduler.alpha.kubernetes.io/critical-pod: ''
2320
scheduler.alpha.kubernetes.io/tolerations: '[{"key":"CriticalAddonsOnly", "operator":"Exists"}]'
2421
spec:
2522
containers:
2623
- name: kubernetes-dashboard
27-
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.0
24+
image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.4.2
2825
resources:
2926
# keep request = limit to keep this container in guaranteed class
3027
limits:

src/k8s/kube.tgz

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:21cf02b985069ad4c894b37e2744b8ee32bac0da41a385173eeffc34b4a61667
3-
size 122792223
2+
oid sha256:1499c35226bc43d5d0f8bf35ae3f3bf0c5690e2a601a18011e8208734c62b00d
3+
size 121945184

src/k8s/kubectl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5940c5d32e33a1c0b42998083064112f6ea7f02d9dc5e2b4f51c01f583a6be4d
3-
size 66382384
2+
oid sha256:d620250527e5f419f09e4d73af040842d4fe8655ffa9bf771a8ee41da899c79b
3+
size 63388912

0 commit comments

Comments
 (0)