[bitnami/neo4j] ⬆️ Update dependency references (#35398)

* [bitnami/neo4j] Release 0.4.12 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-08-04 17:40:23 +02:00
committed by GitHub
parent f38c863ac5
commit 78d540e1ed
3 changed files with 12 additions and 8 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 0.4.11 (2025-07-15)
## 0.4.12 (2025-08-04)
* [bitnami/neo4j] :zap: :arrow_up: Update dependency references ([#35106](https://github.com/bitnami/charts/pull/35106))
* [bitnami/neo4j] :zap: :arrow_up: Update dependency references ([#35398](https://github.com/bitnami/charts/pull/35398))
## <small>0.4.11 (2025-07-15)</small>
* [bitnami/neo4j] :zap: :arrow_up: Update dependency references (#35106) ([a5d5cf9](https://github.com/bitnami/charts/commit/a5d5cf9739327966714059e8fd6bcbee7a40deca)), closes [#35106](https://github.com/bitnami/charts/issues/35106)
## <small>0.4.10 (2025-07-10)</small>
+4 -4
View File
@@ -5,13 +5,13 @@ annotations:
category: Database
images: |
- name: neo4j
image: docker.io/bitnami/neo4j:5.26.9-debian-12-r0
image: docker.io/bitnami/neo4j:5.26.10-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r48
image: docker.io/bitnami/os-shell:12-debian-12-r49
licenses: Apache-2.0
tanzuCategory: service
apiVersion: v2
appVersion: 5.26.9
appVersion: 5.26.10
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -37,4 +37,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/neo4j
- https://github.com/bitnami/containers/tree/main/bitnami/neo4j
- https://github.com/neo4j/neo4j
version: 0.4.11
version: 0.4.12
+2 -2
View File
@@ -97,7 +97,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/neo4j
tag: 5.26.9-debian-12-r0
tag: 5.26.10-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -757,7 +757,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r48
tag: 12-debian-12-r49
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.