[bitnami/neo4j] Release 0.1.8 (#29090)

* [bitnami/neo4j] Release 0.1.8 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-08-28 19:24:01 +02:00
committed by GitHub
parent aaaa34a32a
commit 5dea2043af
4 changed files with 15 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 0.1.7 (2024-07-25)
## 0.1.8 (2024-08-28)
* [bitnami/neo4j] Release 0.1.7 ([#28457](https://github.com/bitnami/charts/pull/28457))
* [bitnami/neo4j] Release 0.1.8 ([#29090](https://github.com/bitnami/charts/pull/29090))
## <small>0.1.7 (2024-07-25)</small>
* [bitnami/neo4j] Release 0.1.7 (#28457) ([faf9857](https://github.com/bitnami/charts/commit/faf98576a58b48ac3b3dcb514d01af518c1602c9)), closes [#28457](https://github.com/bitnami/charts/issues/28457)
## <small>0.1.6 (2024-07-24)</small>

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.5
digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445
generated: "2024-07-16T12:14:24.360517+02:00"
version: 2.22.0
digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74
generated: "2024-08-28T17:10:22.703236709Z"

View File

@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: neo4j
image: docker.io/bitnami/neo4j:5.22.0-debian-12-r1
image: docker.io/bitnami/neo4j:5.23.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r26
image: docker.io/bitnami/os-shell:12-debian-12-r28
apiVersion: v2
appVersion: 5.22.0
appVersion: 5.23.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.7
version: 0.1.8

View File

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