[bitnami/spark] Release 9.2.1 (#26921)

* [bitnami/spark] Release 9.2.1 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-06-06 15:46:16 +02:00
committed by GitHub
parent 8a2c71d21e
commit 0183af4fbc
4 changed files with 21 additions and 17 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 9.2.0 (2024-06-04)
## 9.2.1 (2024-06-06)
* [bitnami/spark] Enable PodDisruptionBudgets ([#26536](https://github.com/bitnami/charts/pull/26536))
* [bitnami/spark] Release 9.2.1 ([#26921](https://github.com/bitnami/charts/pull/26921))
## 9.2.0 (2024-06-05)
* [bitnami/spark] Enable PodDisruptionBudgets (#26536) ([8b090f2](https://github.com/bitnami/charts/commit/8b090f2591afe979c746d463c14cd2355e3f3d7f)), closes [#26536](https://github.com/bitnami/charts/issues/26536)
## <small>9.1.1 (2024-06-04)</small>

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.3
digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d
generated: "2024-05-21T14:41:18.903529117+02:00"
version: 2.20.0
digest: sha256:71e7e576e2b5403aae173a518430f727ccc2dd690a64cb44d47d6b8deb23d3c6
generated: "2024-06-06T13:25:16.648900776Z"

View File

@@ -6,25 +6,25 @@ annotations:
licenses: Apache-2.0
images: |
- name: spark
image: docker.io/bitnami/spark:3.5.1-debian-12-r6
image: docker.io/bitnami/spark:3.5.1-debian-12-r7
apiVersion: v2
appVersion: 3.5.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Apache Spark is a high-performance engine for large-scale computing tasks, such as data processing, machine learning and real-time data streaming. It includes APIs for Java, Python, Scala and R.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/spark/img/spark-stack-220x234.png
keywords:
- apache
- spark
- apache
- spark
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: spark
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/spark
version: 9.2.0
version: 9.2.1

View File

@@ -102,7 +102,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/spark
tag: 3.5.1-debian-12-r6
tag: 3.5.1-debian-12-r7
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'