From ed7c211dc21f8f4435c802782a76ffdf4309e400 Mon Sep 17 00:00:00 2001 From: Yinan Li Date: Fri, 29 May 2020 15:35:34 -0700 Subject: [PATCH] Upgraded the image version (#22597) Signed-off-by: Yinan Li --- incubator/sparkoperator/Chart.yaml | 4 ++-- incubator/sparkoperator/README.md | 2 +- incubator/sparkoperator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/incubator/sparkoperator/Chart.yaml b/incubator/sparkoperator/Chart.yaml index 3a1888b71a..a9d6edb6bf 100644 --- a/incubator/sparkoperator/Chart.yaml +++ b/incubator/sparkoperator/Chart.yaml @@ -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 diff --git a/incubator/sparkoperator/README.md b/incubator/sparkoperator/README.md index 982305c347..c4a16f73a9 100644 --- a/incubator/sparkoperator/README.md +++ b/incubator/sparkoperator/README.md @@ -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 | diff --git a/incubator/sparkoperator/values.yaml b/incubator/sparkoperator/values.yaml index 5f68ffbde9..0f18848784 100644 --- a/incubator/sparkoperator/values.yaml +++ b/incubator/sparkoperator/values.yaml @@ -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: []