diff --git a/bitnami/janusgraph/CHANGELOG.md b/bitnami/janusgraph/CHANGELOG.md
index dde62cf631..ccb1314d7d 100644
--- a/bitnami/janusgraph/CHANGELOG.md
+++ b/bitnami/janusgraph/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 0.3.17 (2024-07-24)
+## 0.3.18 (2024-07-25)
-* [bitnami/janusgraph] Release 0.3.17 ([#28297](https://github.com/bitnami/charts/pull/28297))
+* [bitnami/janusgraph] Release 0.3.18 ([#28441](https://github.com/bitnami/charts/pull/28441))
+
+## 0.3.17 (2024-07-24)
+
+* [bitnami/janusgraph] Release 0.3.17 (#28297) ([3714673](https://github.com/bitnami/charts/commit/371467338b1b7a8e0248e9259d7eb81d2873e6c6)), closes [#28297](https://github.com/bitnami/charts/issues/28297)
## 0.3.16 (2024-07-24)
diff --git a/bitnami/janusgraph/Chart.yaml b/bitnami/janusgraph/Chart.yaml
index 057b3fd33f..0086d68a6a 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-r9
+ image: docker.io/bitnami/janusgraph:1.0.0-debian-12-r10
- name: jmx-exporter
- image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r3
+ image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r5
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r25
+ image: docker.io/bitnami/os-shell:12-debian-12-r26
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.17
+version: 0.3.18
diff --git a/bitnami/janusgraph/values.yaml b/bitnami/janusgraph/values.yaml
index e9d718b3e3..1355b8f1c2 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-r9
+ tag: 1.0.0-debian-12-r10
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-r3
+ tag: 1.0.1-debian-12-r5
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-r25
+ tag: 12-debian-12-r26
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.