diff --git a/bitnami/neo4j/CHANGELOG.md b/bitnami/neo4j/CHANGELOG.md index 121393de64..74d9d8635f 100644 --- a/bitnami/neo4j/CHANGELOG.md +++ b/bitnami/neo4j/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 0.3.3 (2025-03-11) +## 0.3.4 (2025-04-02) -* [bitnami/neo4j] Release 0.3.3 ([#32407](https://github.com/bitnami/charts/pull/32407)) +* [bitnami/neo4j] Release 0.3.4 ([#32772](https://github.com/bitnami/charts/pull/32772)) + +## 0.3.3 (2025-03-11) + +* [bitnami/neo4j] Release 0.3.3 (#32407) ([c144fd2](https://github.com/bitnami/charts/commit/c144fd2bfeca9387f5b3f76bbd0c9d32400b1909)), closes [#32407](https://github.com/bitnami/charts/issues/32407) ## 0.3.2 (2025-02-24) diff --git a/bitnami/neo4j/Chart.yaml b/bitnami/neo4j/Chart.yaml index 6e29c4cab6..81c27849b2 100644 --- a/bitnami/neo4j/Chart.yaml +++ b/bitnami/neo4j/Chart.yaml @@ -7,9 +7,9 @@ annotations: licenses: Apache-2.0 images: | - name: neo4j - image: docker.io/bitnami/neo4j:5.26.4-debian-12-r0 + image: docker.io/bitnami/neo4j:5.26.4-debian-12-r2 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r39 + image: docker.io/bitnami/os-shell:12-debian-12-r40 apiVersion: v2 appVersion: 5.26.4 dependencies: @@ -36,4 +36,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.3.3 +version: 0.3.4 diff --git a/bitnami/neo4j/values.yaml b/bitnami/neo4j/values.yaml index 6004060671..8fbfd30875 100644 --- a/bitnami/neo4j/values.yaml +++ b/bitnami/neo4j/values.yaml @@ -94,7 +94,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/neo4j - tag: 5.26.4-debian-12-r0 + tag: 5.26.4-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images @@ -754,7 +754,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 12-debian-12-r39 + tag: 12-debian-12-r40 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.