[bitnami/spark] Release 9.2.7 (#28393)

* [bitnami/spark] Release 9.2.7 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-07-25 01:44:17 +02:00
committed by GitHub
parent 2d2b1ce454
commit c72861cb4f
3 changed files with 19 additions and 15 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 9.2.6 (2024-07-16)
## 9.2.7 (2024-07-24)
* [bitnami/spark] Global StorageClass as default value ([#28098](https://github.com/bitnami/charts/pull/28098))
* [bitnami/spark] Release 9.2.7 ([#28393](https://github.com/bitnami/charts/pull/28393))
## <small>9.2.6 (2024-07-18)</small>
* [bitnami/spark] Global StorageClass as default value (#28098) ([a71c989](https://github.com/bitnami/charts/commit/a71c989e8810622b5c0eeddef8fae16d17831f64)), closes [#28098](https://github.com/bitnami/charts/issues/28098)
## <small>9.2.5 (2024-07-03)</small>

View File

@@ -6,25 +6,25 @@ annotations:
licenses: Apache-2.0
images: |
- name: spark
image: docker.io/bitnami/spark:3.5.1-debian-12-r8
image: docker.io/bitnami/spark:3.5.1-debian-12-r11
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.6
- https://github.com/bitnami/charts/tree/main/bitnami/spark
version: 9.2.7

View File

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