Upgraded the image version (#22597)

Signed-off-by: Yinan Li <ynli@google.com>
This commit is contained in:
Yinan Li
2020-05-29 15:35:34 -07:00
committed by GitHub
parent 6c52106bc6
commit ed7c211dc2
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
name: sparkoperator
description: A Helm chart for Spark on Kubernetes operator
version: 0.7.0
appVersion: v1beta2-1.1.1-2.4.5
version: 0.7.1
appVersion: v1beta2-1.1.2-2.4.5
keywords:
- spark
home: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator
+1 -1
View File
@@ -43,7 +43,7 @@ The following table lists the configurable parameters of the Spark operator char
| Parameter | Description | Default |
| ------------------------- | ------------------------------------------------------------ | -------------------------------------- |
| `operatorImageName` | The name of the operator image | `gcr.io/spark-operator/spark-operator` |
| `operatorVersion` | The version of the operator to install | `v1beta2-1.1.1-2.4.5` |
| `operatorVersion` | The version of the operator to install | `v1beta2-1.1.2-2.4.5` |
| `imagePullPolicy` | Docker image pull policy | `IfNotPresent` |
| `imagePullSecrets` | Docker image pull secrets | |
| `replicas` | The number of replicas of the operator Deployment | 1 |
+1 -1
View File
@@ -1,5 +1,5 @@
operatorImageName: gcr.io/spark-operator/spark-operator
operatorVersion: v1beta2-1.1.1-2.4.5
operatorVersion: v1beta2-1.1.2-2.4.5
imagePullPolicy: IfNotPresent
imagePullSecrets: []