Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 91a1efb

Browse files
Sebastian FlorekSebastian Florek
Sebastian Florek
authored and
Sebastian Florek
committedDec 21, 2018
Update deployment files
1 parent 50d59e9 commit 91a1efb

8 files changed

+11
-11
lines changed
 

‎src/deploy/alternative/kubernetes-dashboard-arm-head.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ subjects:
7777
# ------------------- Dashboard Deployment ------------------- #
7878

7979
kind: Deployment
80-
apiVersion: apps/v1beta2
80+
apiVersion: apps/v1
8181
metadata:
8282
labels:
8383
k8s-app: kubernetes-dashboard-head

‎src/deploy/alternative/kubernetes-dashboard-arm.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ subjects:
7777
# ------------------- Dashboard Deployment ------------------- #
7878

7979
kind: Deployment
80-
apiVersion: apps/v1beta2
80+
apiVersion: apps/v1
8181
metadata:
8282
labels:
8383
k8s-app: kubernetes-dashboard
@@ -96,7 +96,7 @@ spec:
9696
spec:
9797
containers:
9898
- name: kubernetes-dashboard
99-
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.10.0
99+
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.10.1
100100
ports:
101101
- containerPort: 9090
102102
protocol: TCP

‎src/deploy/alternative/kubernetes-dashboard-head.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ subjects:
7777
# ------------------- Dashboard Deployment ------------------- #
7878

7979
kind: Deployment
80-
apiVersion: apps/v1beta2
80+
apiVersion: apps/v1
8181
metadata:
8282
labels:
8383
k8s-app: kubernetes-dashboard-head

‎src/deploy/alternative/kubernetes-dashboard.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ subjects:
7878
# ------------------- Dashboard Deployment ------------------- #
7979

8080
kind: Deployment
81-
apiVersion: apps/v1beta2
81+
apiVersion: apps/v1
8282
metadata:
8383
labels:
8484
k8s-app: kubernetes-dashboard
@@ -97,7 +97,7 @@ spec:
9797
spec:
9898
containers:
9999
- name: kubernetes-dashboard
100-
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.0
100+
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1
101101
ports:
102102
- containerPort: 9090
103103
protocol: TCP

‎src/deploy/recommended/kubernetes-dashboard-arm-head.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ subjects:
8989
# ------------------- Dashboard Deployment ------------------- #
9090

9191
kind: Deployment
92-
apiVersion: apps/v1beta2
92+
apiVersion: apps/v1
9393
metadata:
9494
labels:
9595
k8s-app: kubernetes-dashboard-head

‎src/deploy/recommended/kubernetes-dashboard-arm.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ subjects:
8989
# ------------------- Dashboard Deployment ------------------- #
9090

9191
kind: Deployment
92-
apiVersion: apps/v1beta2
92+
apiVersion: apps/v1
9393
metadata:
9494
labels:
9595
k8s-app: kubernetes-dashboard
@@ -108,7 +108,7 @@ spec:
108108
spec:
109109
containers:
110110
- name: kubernetes-dashboard
111-
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.10.0
111+
image: k8s.gcr.io/kubernetes-dashboard-arm:v1.10.1
112112
ports:
113113
- containerPort: 8443
114114
protocol: TCP

‎src/deploy/recommended/kubernetes-dashboard-head.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ subjects:
8989
# ------------------- Dashboard Deployment ------------------- #
9090

9191
kind: Deployment
92-
apiVersion: apps/v1beta2
92+
apiVersion: apps/v1
9393
metadata:
9494
labels:
9595
k8s-app: kubernetes-dashboard-head

‎src/deploy/recommended/kubernetes-dashboard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
spec:
110110
containers:
111111
- name: kubernetes-dashboard
112-
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.0
112+
image: k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1
113113
ports:
114114
- containerPort: 8443
115115
protocol: TCP

0 commit comments

Comments
 (0)
Please sign in to comment.