mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/spark] ⚡ ⬆️ Update dependency references (#34235)
* [bitnami/spark] Release 10.0.0 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * [bitnami/spark] Fix Cypress test for new version Signed-off-by: David Gomez <david.gomez@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: David Gomez <david.gomez@broadcom.com> Co-authored-by: David Gomez <david.gomez@broadcom.com>
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
|
||||
it('checks if the amount of workers is correct', () => {
|
||||
cy.visit('/');
|
||||
cy.contains(`Alive Workers: ${Cypress.env('expectedWorkers')}`);
|
||||
cy.contains(`Workers: ${Cypress.env('expectedWorkers')} Alive`);
|
||||
});
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 9.4.1 (2025-05-29)
|
||||
## 10.0.0 (2025-06-06)
|
||||
|
||||
* [bitnami/spark] :zap: :arrow_up: Update dependency references ([#33955](https://github.com/bitnami/charts/pull/33955))
|
||||
* [bitnami/spark] :zap: :arrow_up: Update dependency references ([#34235](https://github.com/bitnami/charts/pull/34235))
|
||||
|
||||
## <small>9.4.1 (2025-05-29)</small>
|
||||
|
||||
* [bitnami/spark] :zap: :arrow_up: Update dependency references (#33955) ([95cf312](https://github.com/bitnami/charts/commit/95cf3123a02ac891ceab57169c21d17e3e5c26b1)), closes [#33955](https://github.com/bitnami/charts/issues/33955)
|
||||
|
||||
## 9.4.0 (2025-05-27)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.31.0
|
||||
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
|
||||
generated: "2025-05-06T11:06:18.32787811+02:00"
|
||||
version: 2.31.1
|
||||
digest: sha256:38d6de6fd62a10417ff51df8b2c5e0cf294de80fe393c4e9f3247ca6433718fa
|
||||
generated: "2025-06-06T17:09:41.172981+02:00"
|
||||
|
||||
@@ -5,11 +5,11 @@ annotations:
|
||||
category: Infrastructure
|
||||
images: |
|
||||
- name: spark
|
||||
image: docker.io/bitnami/spark:3.5.6-debian-12-r0
|
||||
image: docker.io/bitnami/spark:4.0.0-debian-12-r0
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: service
|
||||
apiVersion: v2
|
||||
appVersion: 3.5.6
|
||||
appVersion: 4.0.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -30,4 +30,4 @@ maintainers:
|
||||
name: spark
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/spark
|
||||
version: 9.4.1
|
||||
version: 10.0.0
|
||||
|
||||
@@ -109,7 +109,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/spark
|
||||
tag: 3.5.6-debian-12-r0
|
||||
tag: 4.0.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user