diff --git a/bitnami/neo4j/CHANGELOG.md b/bitnami/neo4j/CHANGELOG.md
index e67d1d2eab..55c3b2f205 100644
--- a/bitnami/neo4j/CHANGELOG.md
+++ b/bitnami/neo4j/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 0.1.6 (2024-07-24)
+## 0.1.7 (2024-07-25)
-* [bitnami/neo4j] Release 0.1.6 ([#28368](https://github.com/bitnami/charts/pull/28368))
+* [bitnami/neo4j] Release 0.1.7 ([#28457](https://github.com/bitnami/charts/pull/28457))
+
+## 0.1.6 (2024-07-24)
+
+* [bitnami/neo4j] Release 0.1.6 (#28368) ([acd84e2](https://github.com/bitnami/charts/commit/acd84e25a4954ba19eae6fe52662656bfa92745d)), closes [#28368](https://github.com/bitnami/charts/issues/28368)
## 0.1.5 (2024-07-16)
diff --git a/bitnami/neo4j/Chart.yaml b/bitnami/neo4j/Chart.yaml
index 954a6ce589..31707c7952 100644
--- a/bitnami/neo4j/Chart.yaml
+++ b/bitnami/neo4j/Chart.yaml
@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: neo4j
- image: docker.io/bitnami/neo4j:5.22.0-debian-12-r0
+ image: docker.io/bitnami/neo4j:5.22.0-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r26
apiVersion: v2
@@ -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.1.6
+version: 0.1.7
diff --git a/bitnami/neo4j/values.yaml b/bitnami/neo4j/values.yaml
index 966d938cd0..2c0fe5f19c 100644
--- a/bitnami/neo4j/values.yaml
+++ b/bitnami/neo4j/values.yaml
@@ -86,7 +86,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/neo4j
- tag: 5.22.0-debian-12-r0
+ tag: 5.22.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'