Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/neo4j/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.4.13 (2025-08-07)
## 0.4.14 (2025-08-27)

* [bitnami/neo4j] :zap: :arrow_up: Update dependency references ([#35628](https://github.com/bitnami/charts/pull/35628))
* [bitnami/neo4j] :zap: :arrow_up: Update dependency references ([#36213](https://github.com/bitnami/charts/pull/36213))

## <small>0.4.13 (2025-08-07)</small>

* [bitnami/neo4j] :zap: :arrow_up: Update dependency references (#35628) ([1b7e0d4](https://github.com/bitnami/charts/commit/1b7e0d4b77d32ef3b22dced99bf36989cc325c58)), closes [#35628](https://github.com/bitnami/charts/issues/35628)

## <small>0.4.12 (2025-08-04)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/neo4j/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.31.3
digest: sha256:f9c314553215490ea1b94c70082cb152d6ff5916ce185b4e00f5287f81545b4c
generated: "2025-08-07T18:35:26.464077178Z"
version: 2.31.4
digest: sha256:fc442e77200e1914dd46fe26490dcf62f44caa51db673c2f8e67d5319cd4c163
generated: "2025-08-27T16:59:55.581610241Z"
8 changes: 4 additions & 4 deletions bitnami/neo4j/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ annotations:
category: Database
images: |
- name: neo4j
image: docker.io/bitnami/neo4j:5.26.10-debian-12-r1
image: docker.io/bitnami/neo4j:5.26.11-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r50
image: docker.io/bitnami/os-shell:12-debian-12-r51
licenses: Apache-2.0
tanzuCategory: service
apiVersion: v2
appVersion: 5.26.10
appVersion: 5.26.11
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -37,4 +37,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.4.13
version: 0.4.14
4 changes: 2 additions & 2 deletions bitnami/neo4j/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/neo4j
tag: 5.26.10-debian-12-r1
tag: 5.26.11-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -757,7 +757,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r50
tag: 12-debian-12-r51
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
Loading