[bitnami/janusgraph] Release 1.4.1 (#32611)

* [bitnami/janusgraph] Release 1.4.1 updating components versions

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-03-26 11:25:23 +01:00
committed by GitHub
parent 42b111e0fd
commit 04eccb6042
4 changed files with 15 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 1.4.1 (2025-03-26)
* [bitnami/janusgraph] Release 1.4.1 ([#32611](https://github.com/bitnami/charts/pull/32611))
## 1.4.0 (2025-02-24)
* [bitnami/janusgraph] Set `usePasswordFiles=true` by default ([#32107](https://github.com/bitnami/charts/pull/32107))
* [bitnami/janusgraph] Set `usePasswordFiles=true` by default (#32107) ([8850cf3](https://github.com/bitnami/charts/commit/8850cf3c6442af4c85b2c0c830c1a8b8c47a6681)), closes [#32107](https://github.com/bitnami/charts/issues/32107)
## <small>1.3.1 (2025-02-24)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.1.4
version: 12.2.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:c3085e9a2a6a8c2b5f0f01d9cb5244a382e4c24d2497fe0f6d2d73c84084cce7
generated: "2025-02-24T09:56:47.718319626Z"
digest: sha256:8c410a0e3fb567cc855f36826b8f6218031269c5a4ddf0a008672c5e95aaeffd
generated: "2025-03-26T10:05:10.611720834Z"

View File

@@ -7,11 +7,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: janusgraph
image: docker.io/bitnami/janusgraph:1.1.0-debian-12-r10
image: docker.io/bitnami/janusgraph:1.1.0-debian-12-r11
- name: jmx-exporter
image: docker.io/bitnami/jmx-exporter:1.1.0-debian-12-r7
image: docker.io/bitnami/jmx-exporter:1.2.0-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r39
image: docker.io/bitnami/os-shell:12-debian-12-r40
apiVersion: v2
appVersion: 1.1.0
dependencies:
@@ -39,4 +39,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: 1.4.0
version: 1.4.1

View File

@@ -187,7 +187,7 @@ javaOptions: ""
image:
registry: docker.io
repository: bitnami/janusgraph
tag: 1.1.0-debian-12-r10
tag: 1.1.0-debian-12-r11
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -644,7 +644,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jmx-exporter
tag: 1.1.0-debian-12-r7
tag: 1.2.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -846,7 +846,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r39
tag: 12-debian-12-r40
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.