mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Upgraded the image version (#22597)
Signed-off-by: Yinan Li <ynli@google.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,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: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user