Commit d1a8f522 authored by Michel Roy's avatar Michel Roy
Browse files

add postgresql chart

parent 2e690ada
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
+22 −0
Original line number Diff line number Diff line
apiVersion: v1
name: postgresql
version: 8.9.5
appVersion: 11.7.0
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
keywords:
  - postgresql
  - postgres
  - database
  - sql
  - replication
  - cluster
home: https://www.postgresql.org/
icon: https://bitnami.com/assets/stacks/postgresql/img/postgresql-stack-110x117.png
sources:
  - https://github.com/bitnami/bitnami-docker-postgresql
maintainers:
  - name: Bitnami
    email: containers@bitnami.com
  - name: desaintmartin
    email: cedric@desaintmartin.fr
engine: gotpl
+580 −0

File added.

Preview size limit exceeded, changes collapsed.

+4 −0
Original line number Diff line number Diff line
commonAnnotations:
  helm.sh/hook: "pre-install, pre-upgrade"
  helm.sh/hook-weight: "-1"
+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.
Loading