[bitnami/janusgraph] Remove wrong entries from image verification (#29914)

* [bitnami/janusgraph] Remove wrong entries from image verification

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Bump version

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Miguel Ruiz
2024-10-18 17:42:34 +02:00
committed by GitHub
parent f291ab719d
commit be16cbf056
3 changed files with 9 additions and 4 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 0.3.22 (2024-10-16)
## 0.3.23 (2024-10-18)
* [bitnami/janusgraph] Release 0.3.22 ([#29951](https://github.com/bitnami/charts/pull/29951))
* [bitnami/janusgraph] Remove wrong entries from image verification ([#29914](https://github.com/bitnami/charts/pull/29914))
## <small>0.3.22 (2024-10-16)</small>
* [bitnami/janusgraph] Release 0.3.22 (#29951) ([275a6d4](https://github.com/bitnami/charts/commit/275a6d435eeba33f4e4240d7c2c3f6f8829124ba)), closes [#29951](https://github.com/bitnami/charts/issues/29951)
* Update documentation links to techdocs.broadcom.com (#29931) ([f0d9ad7](https://github.com/bitnami/charts/commit/f0d9ad78f39f633d275fc576d32eae78ded4d0b8)), closes [#29931](https://github.com/bitnami/charts/issues/29931)
## <small>0.3.21 (2024-09-13)</small>

View File

@@ -40,4 +40,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/janusgraph
- https://github.com/bitnami/containers/tree/main/bitnami/janusgraph
- https://github.com/janusgraph/janusgraph
version: 0.3.22
version: 0.3.23

View File

@@ -67,4 +67,4 @@ To access Janusgraph from outside the cluster follow the steps below:
{{- include "common.warnings.rollingTag" .Values.image }}
{{- include "janusgraph.validateValues" . }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.metrics.image .Values.volumePermissions.image) "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.metrics.image .Values.volumePermissions.image .Values.cassandra.image) "context" $) }}