[bitnami/janusgraph] ⬆️ Update dependency references (#33759)

* [bitnami/janusgraph] Release 1.4.4 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-05-17 01:46:01 +02:00
committed by GitHub
parent d210adf595
commit c1a055ed92
3 changed files with 18 additions and 12 deletions

View File

@@ -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))
## <small>1.4.3 (2025-05-06)</small>
* [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)
## <small>1.4.2 (2025-04-25)</small>

View File

@@ -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

View File

@@ -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.