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

Commit 5fd1304

Browse files
liyinan926foxish
authored andcommitted
Update docker images for rss and shuffle service (#553)
1 parent 3ff2cbb commit 5fd1304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/kubernetes-resource-staging-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
name: spark-resource-staging-server-config
3333
containers:
3434
- name: spark-resource-staging-server
35-
image: kubespark/spark-resource-staging-server:v2.2.0-kubernetes-0.4.0
35+
image: kubespark/spark-resource-staging-server:v2.2.0-kubernetes-0.5.0
3636
resources:
3737
requests:
3838
cpu: 100m

conf/kubernetes-shuffle-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
# This is an official image that is built
3939
# from the dockerfiles/shuffle directory
4040
# in the spark distribution.
41-
image: kubespark/spark-shuffle:v2.2.0-kubernetes-0.4.0
41+
image: kubespark/spark-shuffle:v2.2.0-kubernetes-0.5.0
4242
imagePullPolicy: IfNotPresent
4343
volumeMounts:
4444
- mountPath: '/tmp/spark-local'

0 commit comments

Comments
 (0)