From e1f95c2e61edb3ab20146965a5c579f1d56a10eb Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 2 May 2025 11:51:51 +0200 Subject: [PATCH] [bitnami/neo4j] Release 0.4.1 (#33307) * [bitnami/neo4j] Release 0.4.1 updating components versions Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Bitnami Bot --- bitnami/neo4j/CHANGELOG.md | 6 +++++- bitnami/neo4j/Chart.lock | 6 +++--- bitnami/neo4j/Chart.yaml | 6 +++--- bitnami/neo4j/values.yaml | 4 ++-- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/bitnami/neo4j/CHANGELOG.md b/bitnami/neo4j/CHANGELOG.md index 6b47174224..6f62803c8e 100644 --- a/bitnami/neo4j/CHANGELOG.md +++ b/bitnami/neo4j/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 0.4.1 (2025-05-02) + +* [bitnami/neo4j] Release 0.4.1 ([#33307](https://github.com/bitnami/charts/pull/33307)) + ## 0.4.0 (2025-04-04) -* [bitnami/neo4j] Set `usePasswordFiles=true` by default ([#32706](https://github.com/bitnami/charts/pull/32706)) +* [bitnami/neo4j] Set `usePasswordFiles=true` by default (#32706) ([5366ece](https://github.com/bitnami/charts/commit/5366ece669637c9d9dc1835e9f5eeae94af3d66a)), closes [#32706](https://github.com/bitnami/charts/issues/32706) ## 0.3.5 (2025-04-02) diff --git a/bitnami/neo4j/Chart.lock b/bitnami/neo4j/Chart.lock index 5ce3a5130c..248f89f0dd 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.30.0 -digest: sha256:46afdf79eae69065904d430f03f7e5b79a148afed20aa45ee83ba88adc036169 -generated: "2025-02-19T23:43:27.418772844Z" + version: 2.30.2 +digest: sha256:85748f67a5f7d7b1d8e36608bb0aae580ed522f65e17def2ccc88a5285992445 +generated: "2025-05-02T09:32:51.379513758Z" diff --git a/bitnami/neo4j/Chart.yaml b/bitnami/neo4j/Chart.yaml index d849a53227..6c3d282c7c 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.5-debian-12-r0 + image: docker.io/bitnami/neo4j:5.26.5-debian-12-r3 - name: os-shell - image: docker.io/bitnami/os-shell:12-debian-12-r40 + image: docker.io/bitnami/os-shell:12-debian-12-r43 apiVersion: v2 appVersion: 5.26.5 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.4.0 +version: 0.4.1 diff --git a/bitnami/neo4j/values.yaml b/bitnami/neo4j/values.yaml index 580135f8dd..910bd1c188 100644 --- a/bitnami/neo4j/values.yaml +++ b/bitnami/neo4j/values.yaml @@ -97,7 +97,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/neo4j - tag: 5.26.5-debian-12-r0 + tag: 5.26.5-debian-12-r3 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-r40 + tag: 12-debian-12-r43 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.