diff --git a/bitnami/neo4j/CHANGELOG.md b/bitnami/neo4j/CHANGELOG.md index 299ac63d85..a5a9bf0ca1 100644 --- a/bitnami/neo4j/CHANGELOG.md +++ b/bitnami/neo4j/CHANGELOG.md @@ -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) ## 0.1.17 (2024-12-09) diff --git a/bitnami/neo4j/Chart.lock b/bitnami/neo4j/Chart.lock index 97d9da0fdc..1540ae8688 100644 --- a/bitnami/neo4j/Chart.lock +++ b/bitnami/neo4j/Chart.lock @@ -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" diff --git a/bitnami/neo4j/Chart.yaml b/bitnami/neo4j/Chart.yaml index 4ae0f501b4..17ffc614fc 100644 --- a/bitnami/neo4j/Chart.yaml +++ b/bitnami/neo4j/Chart.yaml @@ -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 diff --git a/bitnami/neo4j/values.yaml b/bitnami/neo4j/values.yaml index ea678bea43..33dfe30656 100644 --- a/bitnami/neo4j/values.yaml +++ b/bitnami/neo4j/values.yaml @@ -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.