Skip to content

Commit

Permalink
Support 1.2.0-3.0.0 release (helm#23251)
Browse files Browse the repository at this point in the history
Signed-off-by: Chaoran Yu <[email protected]>
  • Loading branch information
yuchaoran2011 authored Jul 19, 2020
1 parent 9270e08 commit 709c01f
Show file tree
Hide file tree
Showing 5 changed files with 6,873 additions and 2,406 deletions.
4 changes: 2 additions & 2 deletions incubator/sparkoperator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
name: sparkoperator
description: A Helm chart for Spark on Kubernetes operator
version: 0.7.2
appVersion: v1beta2-1.1.2-2.4.5
version: 0.8.0
appVersion: v1beta2-1.2.0-3.0.0
keywords:
- spark
home: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator
Expand Down
2 changes: 1 addition & 1 deletion incubator/sparkoperator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-2.4.5` |
| `operatorVersion` | The version of the operator to install | `v1beta2-1.2.0-3.0.0` |
| `imagePullPolicy` | Docker image pull policy | `IfNotPresent` |
| `imagePullSecrets` | Docker image pull secrets | |
| `replicas` | The number of replicas of the operator Deployment | 1 |
Expand Down
2 changes: 1 addition & 1 deletion incubator/sparkoperator/ci/test-values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
operatorImageName: gcr.io/spark-operator/spark-operator
operatorVersion: v1beta2-1.1.1-2.4.5
operatorVersion: v1beta2-1.2.0-3.0.0
imagePullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
Loading

0 comments on commit 709c01f

Please sign in to comment.