[bitnami/neo4j] Release 0.2.1 (#31291)

* [bitnami/neo4j] Release 0.2.1 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-01-10 15:35:28 +01:00
committed by GitHub
parent 8a96dbe02b
commit 29b6858ada
4 changed files with 14 additions and 9 deletions
+6 -1
View File
@@ -1,8 +1,13 @@
# Changelog
## 0.2.1 (2025-01-10)
* [bitnami/neo4j] Release 0.2.1 ([#31291](https://github.com/bitnami/charts/pull/31291))
## 0.2.0 (2024-12-10)
* [bitnami/neo4j] Detect non-standard images ([#30917](https://github.com/bitnami/charts/pull/30917))
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
* [bitnami/neo4j] Detect non-standard images (#30917) ([317b01b](https://github.com/bitnami/charts/commit/317b01bed1fcd1c13f77a38295ea19d40cfbd34d)), closes [#30917](https://github.com/bitnami/charts/issues/30917)
## <small>0.1.17 (2024-12-09)</small>
+3 -3
View File
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:5b30f0fa07bb89b01c55fd6258c8ce22a611b13623d4ad83e8fdd1d4490adc74
generated: "2024-12-10T17:18:47.142168+01:00"
version: 2.29.0
digest: sha256:c0ac22dea12ebe35613a1fbde2d9ffcf913c40dc688139f10914db942f2dab13
generated: "2025-01-10T14:25:35.357260106Z"
+3 -3
View File
@@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: neo4j
image: docker.io/bitnami/neo4j:5.26.0-debian-12-r0
image: docker.io/bitnami/neo4j:5.26.0-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r33
image: docker.io/bitnami/os-shell:12-debian-12-r35
apiVersion: v2
appVersion: 5.26.0
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.0
version: 0.2.1
+2 -2
View File
@@ -91,7 +91,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/neo4j
tag: 5.26.0-debian-12-r0
tag: 5.26.0-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-r33
tag: 12-debian-12-r35
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.