[bitnami/neo4j] Release 0.1.14 (#29930)

* [bitnami/neo4j] Release 0.1.14 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-10-16 11:57:19 +02:00
committed by GitHub
parent 1381f665f7
commit b371cca9ab
4 changed files with 15 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 0.1.13 (2024-10-02)
## 0.1.14 (2024-10-16)
* [bitnami/neo4j] Release 0.1.13 ([#29757](https://github.com/bitnami/charts/pull/29757))
* [bitnami/neo4j] Release 0.1.14 ([#29930](https://github.com/bitnami/charts/pull/29930))
## <small>0.1.13 (2024-10-02)</small>
* [bitnami/neo4j] Release 0.1.13 (#29757) ([70a1e5e](https://github.com/bitnami/charts/commit/70a1e5e1240b563ec29150ff8db66bd4e6cba22e)), closes [#29757](https://github.com/bitnami/charts/issues/29757)
## <small>0.1.12 (2024-10-02)</small>

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.23.0
digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14
generated: "2024-09-26T19:45:52.872290784Z"
version: 2.26.0
digest: sha256:5ff7837915aef0067bd32271ee2b10c990774c16c4b6fe0a7c5eb6e53530ce08
generated: "2024-10-16T09:42:08.622378926Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: neo4j
image: docker.io/bitnami/neo4j:5.24.1-debian-12-r0
image: docker.io/bitnami/neo4j:5.24.2-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r30
image: docker.io/bitnami/os-shell:12-debian-12-r31
apiVersion: v2
appVersion: 5.24.1
appVersion: 5.24.2
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.13
version: 0.1.14

View File

@@ -86,7 +86,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/neo4j
tag: 5.24.1-debian-12-r0
tag: 5.24.2-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-r30
tag: 12-debian-12-r31
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.