From 0d3586acf10b4ab410e00608c832c59b4f2febc4 Mon Sep 17 00:00:00 2001 From: Miguel Ruiz Date: Fri, 18 Oct 2024 17:53:36 +0200 Subject: [PATCH] [bitnami/neo4j] Remove wrong entries from image verification (#29915) * [bitnami/neo4j] Remove wrong entries from image verification Signed-off-by: Miguel Ruiz * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Bump version Signed-off-by: Miguel Ruiz * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Miguel Ruiz Signed-off-by: Bitnami Containers Co-authored-by: Bitnami Containers --- bitnami/neo4j/CHANGELOG.md | 8 ++++++-- bitnami/neo4j/Chart.yaml | 2 +- bitnami/neo4j/templates/NOTES.txt | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bitnami/neo4j/CHANGELOG.md b/bitnami/neo4j/CHANGELOG.md index 759c0f35ac..9148d8510f 100644 --- a/bitnami/neo4j/CHANGELOG.md +++ b/bitnami/neo4j/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 0.1.14 (2024-10-16) +## 0.1.15 (2024-10-18) -* [bitnami/neo4j] Release 0.1.14 ([#29930](https://github.com/bitnami/charts/pull/29930)) +* [bitnami/neo4j] Remove wrong entries from image verification ([#29915](https://github.com/bitnami/charts/pull/29915)) + +## 0.1.14 (2024-10-16) + +* [bitnami/neo4j] Release 0.1.14 (#29930) ([b371cca](https://github.com/bitnami/charts/commit/b371cca9ab0e0865cff14cf4d9b05745d093576c)), closes [#29930](https://github.com/bitnami/charts/issues/29930) ## 0.1.13 (2024-10-02) diff --git a/bitnami/neo4j/Chart.yaml b/bitnami/neo4j/Chart.yaml index 097df518f4..e3703e94f3 100644 --- a/bitnami/neo4j/Chart.yaml +++ b/bitnami/neo4j/Chart.yaml @@ -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.14 +version: 0.1.15 diff --git a/bitnami/neo4j/templates/NOTES.txt b/bitnami/neo4j/templates/NOTES.txt index 779aef7430..97dfc24648 100644 --- a/bitnami/neo4j/templates/NOTES.txt +++ b/bitnami/neo4j/templates/NOTES.txt @@ -95,4 +95,4 @@ To access your Neo4j site from outside the cluster follow the steps below: {{- include "common.warnings.rollingTag" .Values.image }} {{- include "neo4j.validateValues" . }} -{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image) "context" $) }} +{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.volumePermissions.image) "context" $) }}