Skip to content

Commit

Permalink
Merge pull request kubernetes#21899 from zmerlynn/update-spark
Browse files Browse the repository at this point in the history
Auto commit by PR queue bot
  • Loading branch information
k8s-merge-robot committed Mar 12, 2016
2 parents 7470405 + 6e2e7bd commit c9250bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion examples/spark/spark-gluster/spark-master-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ spec:
spec:
containers:
- name: spark-master
image: gcr.io/google_containers/spark-master:1.5.1_v2
image: gcr.io/google_containers/spark:1.5.2_v1
command: ["/start-master"]
ports:
- containerPort: 7077
volumeMounts:
Expand Down
3 changes: 2 additions & 1 deletion examples/spark/spark-gluster/spark-worker-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ spec:
spec:
containers:
- name: spark-worker
image: gcr.io/google_containers/spark-worker:1.5.1_v2
image: gcr.io/google_containers/spark:1.5.2_v1
command: ["/start-worker"]
ports:
- containerPort: 8888
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion examples/spark/spark-master-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: spark-master
image: gcr.io/google_containers/spark:1.5.1_v3
image: gcr.io/google_containers/spark:1.5.2_v1
command: ["/start-master"]
ports:
- containerPort: 7077
Expand Down
2 changes: 1 addition & 1 deletion examples/spark/spark-worker-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: spark-worker
image: gcr.io/google_containers/spark:1.5.1_v3
image: gcr.io/google_containers/spark:1.5.2_v1
command: ["/start-worker"]
ports:
- containerPort: 8081
Expand Down
2 changes: 1 addition & 1 deletion examples/spark/zeppelin-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: zeppelin
image: gcr.io/google_containers/zeppelin:v0.5.5_v2
image: gcr.io/google_containers/zeppelin:v0.5.6_v1
ports:
- containerPort: 8080
resources:
Expand Down

0 comments on commit c9250bb

Please sign in to comment.