[bitnami/neo4j] Release 0.4.1 (#33307)

* [bitnami/neo4j] Release 0.4.1 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-05-02 11:51:51 +02:00
committed by GitHub
parent 144c68a7a6
commit e1f95c2e61
4 changed files with 13 additions and 9 deletions
+5 -1
View File
@@ -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)
## <small>0.3.5 (2025-04-02)</small>
+3 -3
View File
@@ -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"
+3 -3
View File
@@ -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
+2 -2
View File
@@ -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.