From e94c890740fc40bbe5bcefd7c2aaf00a8958def6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 17 Feb 2023 22:35:53 +0100 Subject: [PATCH] [bitnami/spark] Release 6.3.17 (#15035) * [bitnami/spark] Release 6.3.17 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/spark/Chart.lock | 6 +++--- bitnami/spark/Chart.yaml | 4 ++-- bitnami/spark/README.md | 22 +++++++++++----------- bitnami/spark/values.yaml | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bitnami/spark/Chart.lock b/bitnami/spark/Chart.lock index 1ceb2c2000..09869f8244 100644 --- a/bitnami/spark/Chart.lock +++ b/bitnami/spark/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.2 -digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5 -generated: "2022-12-23T13:22:51.320728448Z" + version: 2.2.3 +digest: sha256:2c7165542fc01b9e98b577cd8b1095d0ed8267d34b97b6e581a1176bfb8e4dcb +generated: "2023-02-17T20:43:52.500017625Z" diff --git a/bitnami/spark/Chart.yaml b/bitnami/spark/Chart.yaml index 6cd922ccc4..927f659660 100644 --- a/bitnami/spark/Chart.yaml +++ b/bitnami/spark/Chart.yaml @@ -2,7 +2,7 @@ annotations: category: Infrastructure licenses: Apache-2.0 apiVersion: v2 -appVersion: 3.3.1 +appVersion: 3.3.2 dependencies: - name: common repository: https://charts.bitnami.com/bitnami @@ -22,4 +22,4 @@ name: spark sources: - https://github.com/bitnami/containers/tree/main/bitnami/spark - https://spark.apache.org/ -version: 6.3.16 +version: 6.3.17 diff --git a/bitnami/spark/README.md b/bitnami/spark/README.md index 8f1bafa66d..d4570aea4d 100644 --- a/bitnami/spark/README.md +++ b/bitnami/spark/README.md @@ -82,16 +82,16 @@ The command removes all the Kubernetes components associated with the chart and ### Spark parameters -| Name | Description | Value | -| ------------------- | ----------------------------------------------------------------------------------------------------- | --------------------- | -| `image.registry` | Spark image registry | `docker.io` | -| `image.repository` | Spark image repository | `bitnami/spark` | -| `image.tag` | Spark image tag (immutable tags are recommended) | `3.3.1-debian-11-r35` | -| `image.digest` | Spark image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | -| `image.pullPolicy` | Spark image pull policy | `IfNotPresent` | -| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | -| `image.debug` | Enable image debug mode | `false` | -| `hostNetwork` | Enable HOST Network | `false` | +| Name | Description | Value | +| ------------------- | ----------------------------------------------------------------------------------------------------- | -------------------- | +| `image.registry` | Spark image registry | `docker.io` | +| `image.repository` | Spark image repository | `bitnami/spark` | +| `image.tag` | Spark image tag (immutable tags are recommended) | `3.3.2-debian-11-r0` | +| `image.digest` | Spark image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | +| `image.pullPolicy` | Spark image pull policy | `IfNotPresent` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | +| `image.debug` | Enable image debug mode | `false` | +| `hostNetwork` | Enable HOST Network | `false` | ### Spark master parameters @@ -477,4 +477,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/spark/values.yaml b/bitnami/spark/values.yaml index 40e797805f..268ec44784 100644 --- a/bitnami/spark/values.yaml +++ b/bitnami/spark/values.yaml @@ -92,7 +92,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/spark - tag: 3.3.1-debian-11-r35 + tag: 3.3.2-debian-11-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'