[bitnami/neo4j] Release 0.1.10 (#29635)

* [bitnami/neo4j] Release 0.1.10 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
2024-09-26 21:59:34 +02:00
committed by GitHub
parent 72d5491ddf
commit bf5a4b3d9a
4 changed files with 15 additions and 11 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 0.1.9 (2024-09-11)
## 0.1.10 (2024-09-26)
* [bitnami/neo4j] fix: add apiVersion and kind to volumeClaimTemplates ([#29361](https://github.com/bitnami/charts/pull/29361))
* [bitnami/neo4j] Release 0.1.10 ([#29635](https://github.com/bitnami/charts/pull/29635))
## <small>0.1.9 (2024-09-12)</small>
* [bitnami/neo4j] fix: add apiVersion and kind to volumeClaimTemplates (#29361) ([d914733](https://github.com/bitnami/charts/commit/d9147330c652f867a430ac8e6751e31cc5f606b0)), closes [#29361](https://github.com/bitnami/charts/issues/29361)
## <small>0.1.8 (2024-08-28)</small>
+3 -3
View File
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74
generated: "2024-08-28T17:10:22.703236709Z"
version: 2.23.0
digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14
generated: "2024-09-26T19:45:52.872290784Z"
+4 -4
View File
@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: neo4j
image: docker.io/bitnami/neo4j:5.23.0-debian-12-r0
image: docker.io/bitnami/neo4j:5.24.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r28
image: docker.io/bitnami/os-shell:12-debian-12-r30
apiVersion: v2
appVersion: 5.23.0
appVersion: 5.24.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -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.1.9
version: 0.1.10
+2 -2
View File
@@ -86,7 +86,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/neo4j
tag: 5.23.0-debian-12-r0
tag: 5.24.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -747,7 +747,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r28
tag: 12-debian-12-r30
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.