diff --git a/bitnami/neo4j/CHANGELOG.md b/bitnami/neo4j/CHANGELOG.md
index 352e11431e..d850ca6256 100644
--- a/bitnami/neo4j/CHANGELOG.md
+++ b/bitnami/neo4j/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 0.2.2 (2025-01-10)
+## 0.2.3 (2025-02-04)
-* [bitnami/neo4j] Release 0.2.2 ([#31295](https://github.com/bitnami/charts/pull/31295))
+* [bitnami/neo4j] Release 0.2.3 ([#31737](https://github.com/bitnami/charts/pull/31737))
+
+## 0.2.2 (2025-01-10)
+
+* [bitnami/neo4j] Release 0.2.2 (#31295) ([41652fd](https://github.com/bitnami/charts/commit/41652fdf0e09f2f5ddcc22fd9ddaf61dcc5c2648)), closes [#31295](https://github.com/bitnami/charts/issues/31295)
## 0.2.1 (2025-01-10)
diff --git a/bitnami/neo4j/Chart.lock b/bitnami/neo4j/Chart.lock
index 1540ae8688..0daec42619 100644
--- a/bitnami/neo4j/Chart.lock
+++ b/bitnami/neo4j/Chart.lock
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.29.0
-digest: sha256:c0ac22dea12ebe35613a1fbde2d9ffcf913c40dc688139f10914db942f2dab13
-generated: "2025-01-10T14:25:35.357260106Z"
+ version: 2.29.1
+digest: sha256:0d3abbd4a9bdc95c1a5f504d253e347f723d9565222939020973dd3c4e1dd1f4
+generated: "2025-02-04T17:25:47.213848376Z"
diff --git a/bitnami/neo4j/Chart.yaml b/bitnami/neo4j/Chart.yaml
index cd3115a9a1..2e2cc4521a 100644
--- a/bitnami/neo4j/Chart.yaml
+++ b/bitnami/neo4j/Chart.yaml
@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: neo4j
- image: docker.io/bitnami/neo4j:5.26.1-debian-12-r0
+ image: docker.io/bitnami/neo4j:5.26.1-debian-12-r2
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r35
+ image: docker.io/bitnami/os-shell:12-debian-12-r36
apiVersion: v2
appVersion: 5.26.1
dependencies:
@@ -35,4 +35,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.2.2
+version: 0.2.3
diff --git a/bitnami/neo4j/values.yaml b/bitnami/neo4j/values.yaml
index 017241ad9f..35d2b8ac1a 100644
--- a/bitnami/neo4j/values.yaml
+++ b/bitnami/neo4j/values.yaml
@@ -91,7 +91,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/neo4j
- tag: 5.26.1-debian-12-r0
+ tag: 5.26.1-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -751,7 +751,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r35
+ tag: 12-debian-12-r36
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.