mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
* [bitnami/nessie] feat: 🎉 Add chart This PR adds a helm chart for Nessie, using the upstream chart as a base: https://github.com/projectnessie/nessie Has the following features: * Bitnami structure and security standards * Out of the box support for JDBC with PostgreSQL, ROCKSDB and IN_MEMORY configuration * Possibility to use any custom configuration with configOverrides and secretConfigOverrides * Ingress (necessary for TLS support), HPA, VPA and PDB * Promethus integration Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
annotations:
|
|
category: Database
|
|
licenses: Apache-2.0
|
|
images: |
|
|
- name: nessie
|
|
image: docker.io/bitnami/nessie:0.83.2-debian-12-r0
|
|
- name: os-shell
|
|
image: docker.io/bitnami/os-shell:12-debian-12-r21
|
|
- name: postgresql
|
|
image: docker.io/bitnami/postgresql:16.3.0-debian-12-r8
|
|
apiVersion: v2
|
|
appVersion: 0.83.2
|
|
dependencies:
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
version: 15.x.x
|
|
- name: common
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- bitnami-common
|
|
version: 2.x.x
|
|
description: Nessie is an open-source version control system for data lakes, enabling isolated data experimentation before committing changes.
|
|
home: https://bitnami.com
|
|
icon: https://bitnami.com/assets/stacks/nessie/img/nessie-stack-220x234.png
|
|
keywords:
|
|
- nessie
|
|
- graph
|
|
- database
|
|
maintainers:
|
|
- name: Broadcom, Inc. All Rights Reserved.
|
|
url: https://github.com/bitnami/charts
|
|
name: nessie
|
|
sources:
|
|
- https://github.com/bitnami/charts/tree/main/bitnami/nessie
|
|
- https://github.com/bitnami/containers/tree/main/bitnami/nessie
|
|
- https://github.com/nessie/nessie
|
|
version: 0.1.0
|