diff --git a/bitnami/janusgraph/CHANGELOG.md b/bitnami/janusgraph/CHANGELOG.md
index 1c2a2f4032..f169f0ac8a 100644
--- a/bitnami/janusgraph/CHANGELOG.md
+++ b/bitnami/janusgraph/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 1.4.3 (2025-05-06)
+## 1.4.4 (2025-05-16)
-* [bitnami/janusgraph] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33376](https://github.com/bitnami/charts/pull/33376))
+* [bitnami/janusgraph] :zap: :arrow_up: Update dependency references ([#33759](https://github.com/bitnami/charts/pull/33759))
+
+## 1.4.3 (2025-05-06)
+
+* [bitnami/janusgraph] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#33 ([13c6491](https://github.com/bitnami/charts/commit/13c649109e42ad575c7fbe7f52b02e48fd52c123)), closes [#33376](https://github.com/bitnami/charts/issues/33376)
## 1.4.2 (2025-04-25)
diff --git a/bitnami/janusgraph/Chart.yaml b/bitnami/janusgraph/Chart.yaml
index fc5b880b62..4a29cf669c 100644
--- a/bitnami/janusgraph/Chart.yaml
+++ b/bitnami/janusgraph/Chart.yaml
@@ -2,16 +2,16 @@
# SPDX-License-Identifier: APACHE-2.0
annotations:
- tanzuCategory: service
category: Database
- licenses: Apache-2.0
images: |
- name: janusgraph
- image: docker.io/bitnami/janusgraph:1.1.0-debian-12-r15
+ image: docker.io/bitnami/janusgraph:1.1.0-debian-12-r16
- name: jmx-exporter
- image: docker.io/bitnami/jmx-exporter:1.2.0-debian-12-r4
+ image: docker.io/bitnami/jmx-exporter:1.3.0-debian-12-r0
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r43
+ image: docker.io/bitnami/os-shell:12-debian-12-r44
+ licenses: Apache-2.0
+ tanzuCategory: service
apiVersion: v2
appVersion: 1.1.0
dependencies:
@@ -24,7 +24,9 @@ dependencies:
tags:
- bitnami-common
version: 2.x.x
-description: JanusGraph is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster.
+description: JanusGraph is a scalable graph database optimized for storing and querying
+ graphs containing hundreds of billions of vertices and edges distributed across
+ a multi-machine cluster.
home: https://bitnami.com
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/janusgraph/img/janusgraph-stack-220x234.png
keywords:
@@ -39,4 +41,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.3
+version: 1.4.4
diff --git a/bitnami/janusgraph/values.yaml b/bitnami/janusgraph/values.yaml
index 69913d5649..21806b6378 100644
--- a/bitnami/janusgraph/values.yaml
+++ b/bitnami/janusgraph/values.yaml
@@ -187,7 +187,7 @@ javaOptions: ""
image:
registry: docker.io
repository: bitnami/janusgraph
- tag: 1.1.0-debian-12-r15
+ tag: 1.1.0-debian-12-r16
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.2.0-debian-12-r4
+ tag: 1.3.0-debian-12-r0
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-r43
+ tag: 12-debian-12-r44
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.