mirror of
https://github.com/bitnami/charts.git
synced 2026-02-26 15:57:38 +08:00
* Added Persistent Volume Claim Retention Policy Variables Signed-off-by: BC\jlevitt <jackson.levitt@beast-code.com> Signed-off-by: Jackson Levitt <jackson.levitt@beast-code.com> * Added Functionality to Postgresql Chart Signed-off-by: BC\jlevitt <jackson.levitt@beast-code.com> Signed-off-by: Jackson Levitt <jackson.levitt@beast-code.com> * Edited ReadME.md Signed-off-by: BC\jlevitt <jackson.levitt@beast-code.com> Signed-off-by: Jackson Levitt <jackson.levitt@beast-code.com> * Version Bump Signed-off-by: Jackson Levitt <jackson.levitt@beast-code.com> * Update Chart.yaml Minor Bump Signed-off-by: JL-Beast <116188483+jl-beast@users.noreply.github.com> * Update Chart.yaml version Signed-off-by: Cori Avila <42420333+corico44@users.noreply.github.com> --------- Signed-off-by: BC\jlevitt <jackson.levitt@beast-code.com> Signed-off-by: Jackson Levitt <jackson.levitt@beast-code.com> Signed-off-by: JL-Beast <116188483+jl-beast@users.noreply.github.com> Signed-off-by: Cori Avila <42420333+corico44@users.noreply.github.com> Co-authored-by: Cori Avila <42420333+corico44@users.noreply.github.com>
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
annotations:
|
|
category: Database
|
|
licenses: Apache-2.0
|
|
images: |
|
|
- name: os-shell
|
|
image: docker.io/bitnami/os-shell:11-debian-11-r43
|
|
- name: postgres-exporter
|
|
image: docker.io/bitnami/postgres-exporter:0.13.2-debian-11-r25
|
|
- name: postgresql
|
|
image: docker.io/bitnami/postgresql:15.4.0-debian-11-r10
|
|
apiVersion: v2
|
|
appVersion: 15.4.0
|
|
dependencies:
|
|
- name: common
|
|
repository: oci://registry-1.docker.io/bitnamicharts
|
|
tags:
|
|
- bitnami-common
|
|
version: 2.x.x
|
|
description: PostgreSQL (Postgres) is an open source object-relational database known for reliability and data integrity. ACID-compliant, it supports foreign keys, joins, views, triggers and stored procedures.
|
|
home: https://bitnami.com
|
|
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-220x234.png
|
|
keywords:
|
|
- postgresql
|
|
- postgres
|
|
- database
|
|
- sql
|
|
- replication
|
|
- cluster
|
|
maintainers:
|
|
- name: VMware, Inc.
|
|
url: https://github.com/bitnami/charts
|
|
name: postgresql
|
|
sources:
|
|
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql
|
|
version: 12.10.0
|