[bitnami/neo4j] Release 0.2.3 (#31737)

* [bitnami/neo4j] Release 0.2.3 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2025-02-04 18:36:01 +01:00
committed by GitHub
parent 7a8772124e
commit f036b96e35
4 changed files with 14 additions and 10 deletions
+6 -2
View File
@@ -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))
## <small>0.2.2 (2025-01-10)</small>
* [bitnami/neo4j] Release 0.2.2 (#31295) ([41652fd](https://github.com/bitnami/charts/commit/41652fdf0e09f2f5ddcc22fd9ddaf61dcc5c2648)), closes [#31295](https://github.com/bitnami/charts/issues/31295)
## <small>0.2.1 (2025-01-10)</small>
+3 -3
View File
@@ -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"
+3 -3
View File
@@ -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
+2 -2
View File
@@ -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.