mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Convert registry to k8s.gcr.io (#3170)
This commit is contained in:
committed by
k8s-ci-robot
parent
c36194fd33
commit
98f2963593
@@ -1,5 +1,5 @@
|
||||
name: spark
|
||||
version: 0.1.5
|
||||
version: 0.1.6
|
||||
description: Fast and general-purpose cluster computing system.
|
||||
home: http://spark.apache.org
|
||||
icon: http://spark.apache.org/images/spark-logo-trademark.png
|
||||
|
||||
@@ -36,7 +36,7 @@ The following tables lists the configurable parameters of the Spark chart and th
|
||||
| Parameter | Description | Default |
|
||||
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
|
||||
| `Master.Name` | Spark master name | `spark-master` |
|
||||
| `Master.Image` | Container image name | `gcr.io/google_containers/spark` |
|
||||
| `Master.Image` | Container image name | `k8s.gcr.io/spark` |
|
||||
| `Master.ImageTag` | Container image tag | `1.5.1_v3` |
|
||||
| `Master.Replicas` | k8s deployment replicas | `1` |
|
||||
| `Master.Component` | k8s selector key | `spark-master` |
|
||||
@@ -59,7 +59,7 @@ The following tables lists the configurable parameters of the Spark chart and th
|
||||
| Parameter | Description | Default |
|
||||
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
|
||||
| `Worker.Name` | Spark worker name | `spark-worker` |
|
||||
| `Worker.Image` | Container image name | `gcr.io/google_containers/spark` |
|
||||
| `Worker.Image` | Container image name | `k8s.gcr.io/spark` |
|
||||
| `Worker.ImageTag` | Container image tag | `1.5.1_v3` |
|
||||
| `Worker.Replicas` | k8s hpa and deployment replicas | `3` |
|
||||
| `Worker.ReplicasMax` | k8s hpa max replicas | `10` |
|
||||
@@ -78,7 +78,7 @@ The following tables lists the configurable parameters of the Spark chart and th
|
||||
| Parameter | Description | Default |
|
||||
|-------------------------|----------------------------------|----------------------------------------------------------|
|
||||
| `Zeppelin.Name` | Zeppelin name | `zeppelin-controller` |
|
||||
| `Zeppelin.Image` | Container image name | `gcr.io/google_containers/zeppelin` |
|
||||
| `Zeppelin.Image` | Container image name | `k8s.gcr.io/zeppelin` |
|
||||
| `Zeppelin.ImageTag` | Container image tag | `v0.5.5_v2` |
|
||||
| `Zeppelin.Replicas` | k8s deployment replicas | `1` |
|
||||
| `Zeppelin.Component` | k8s selector key | `zeppelin` |
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
Master:
|
||||
Name: master
|
||||
Image: "gcr.io/google_containers/spark"
|
||||
Image: "k8s.gcr.io/spark"
|
||||
ImageTag: "1.5.1_v3"
|
||||
Replicas: 1
|
||||
Component: "spark-master"
|
||||
@@ -23,7 +23,7 @@ WebUi:
|
||||
|
||||
Worker:
|
||||
Name: worker
|
||||
Image: "gcr.io/google_containers/spark"
|
||||
Image: "k8s.gcr.io/spark"
|
||||
ImageTag: "1.5.1_v3"
|
||||
Replicas: 3
|
||||
Component: "spark-worker"
|
||||
@@ -37,7 +37,7 @@ Worker:
|
||||
|
||||
Zeppelin:
|
||||
Name: zeppelin
|
||||
Image: "gcr.io/google_containers/zeppelin"
|
||||
Image: "k8s.gcr.io/zeppelin"
|
||||
ImageTag: "v0.5.5_v2"
|
||||
Replicas: 1
|
||||
Component: "zeppelin"
|
||||
|
||||
Reference in New Issue
Block a user