diff --git a/bitnami/janusgraph/CHANGELOG.md b/bitnami/janusgraph/CHANGELOG.md
index ccb1314d7d05b1..1208cbb01aa044 100644
--- a/bitnami/janusgraph/CHANGELOG.md
+++ b/bitnami/janusgraph/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 0.3.18 (2024-07-25)
+## 0.3.19 (2024-08-30)
-* [bitnami/janusgraph] Release 0.3.18 ([#28441](https://github.com/bitnami/charts/pull/28441))
+* [bitnami/janusgraph] Release 0.3.19 ([#29135](https://github.com/bitnami/charts/pull/29135))
+
+## 0.3.18 (2024-07-25)
+
+* [bitnami/janusgraph] Release 0.3.18 (#28441) ([cd40414](https://github.com/bitnami/charts/commit/cd40414c99f23f50260d4edf175a684ca09fa7d8)), closes [#28441](https://github.com/bitnami/charts/issues/28441)
## 0.3.17 (2024-07-24)
diff --git a/bitnami/janusgraph/Chart.lock b/bitnami/janusgraph/Chart.lock
index ee55dc0d9c635e..440c0e858e8917 100644
--- a/bitnami/janusgraph/Chart.lock
+++ b/bitnami/janusgraph/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: cassandra
repository: oci://registry-1.docker.io/bitnamicharts
- version: 11.3.9
+ version: 11.3.14
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.20.5
-digest: sha256:d29da08b333f15ea37b804217cc5c7c72265d0a5022aaea2f62083c15bf595df
-generated: "2024-07-24T05:46:06.298126794Z"
+ version: 2.22.0
+digest: sha256:afe9fc2f5d284bafa91b2bc5ac08b34c78713f86d8b5696defbafcf218aa4640
+generated: "2024-08-30T16:54:48.523798136Z"
diff --git a/bitnami/janusgraph/Chart.yaml b/bitnami/janusgraph/Chart.yaml
index 0086d68a6af979..4cfbd560d69eb4 100644
--- a/bitnami/janusgraph/Chart.yaml
+++ b/bitnami/janusgraph/Chart.yaml
@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: janusgraph
- image: docker.io/bitnami/janusgraph:1.0.0-debian-12-r10
+ image: docker.io/bitnami/janusgraph:1.0.0-debian-12-r11
- name: jmx-exporter
- image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r5
+ image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r6
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r26
+ image: docker.io/bitnami/os-shell:12-debian-12-r28
apiVersion: v2
appVersion: 1.0.0
dependencies:
@@ -38,4 +38,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.18
+version: 0.3.19
diff --git a/bitnami/janusgraph/values.yaml b/bitnami/janusgraph/values.yaml
index 1355b8f1c2863b..0e3cc7a2914e14 100644
--- a/bitnami/janusgraph/values.yaml
+++ b/bitnami/janusgraph/values.yaml
@@ -179,7 +179,7 @@ javaOptions: ""
image:
registry: docker.io
repository: bitnami/janusgraph
- tag: 1.0.0-debian-12-r10
+ tag: 1.0.0-debian-12-r11
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -637,7 +637,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jmx-exporter
- tag: 1.0.1-debian-12-r5
+ tag: 1.0.1-debian-12-r6
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -840,7 +840,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r26
+ tag: 12-debian-12-r28
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.