Commit bf095163 authored by Shinya Maeda's avatar Shinya Maeda
Browse files

Untar stable postgres chart

parent b35b56f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
.git
OWNERS
 No newline at end of file
+23 −0
Original line number Diff line number Diff line
apiVersion: v1
appVersion: 11.6.0
description: Chart for PostgreSQL, an object-relational database management system
  (ORDBMS) with an emphasis on extensibility and on standards-compliance.
engine: gotpl
home: https://www.postgresql.org/
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-110x117.png
keywords:
- postgresql
- postgres
- database
- sql
- replication
- cluster
maintainers:
- email: containers@bitnami.com
  name: Bitnami
- email: cedric@desaintmartin.fr
  name: desaintmartin
name: postgresql
sources:
- https://github.com/bitnami/bitnami-docker-postgresql
version: 8.2.1
+536 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
# Leave this file empty to ensure that CI runs builds against the default configuration in values.yaml.
+2 −0
Original line number Diff line number Diff line
shmVolume:
  enabled: false
Loading