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

Commit

Permalink
Update docker images for rss and shuffle service (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyinan926 authored and foxish committed Nov 17, 2017
1 parent 3ff2cbb commit 5fd1304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/kubernetes-resource-staging-server.yaml
Expand Up @@ -32,7 +32,7 @@ spec:
name: spark-resource-staging-server-config
containers:
- name: spark-resource-staging-server
image: kubespark/spark-resource-staging-server:v2.2.0-kubernetes-0.4.0
image: kubespark/spark-resource-staging-server:v2.2.0-kubernetes-0.5.0
resources:
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion conf/kubernetes-shuffle-service.yaml
Expand Up @@ -38,7 +38,7 @@ spec:
# This is an official image that is built
# from the dockerfiles/shuffle directory
# in the spark distribution.
image: kubespark/spark-shuffle:v2.2.0-kubernetes-0.4.0
image: kubespark/spark-shuffle:v2.2.0-kubernetes-0.5.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: '/tmp/spark-local'
Expand Down

0 comments on commit 5fd1304

Please sign in to comment.