diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-04-06 18:04:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-06 18:04:52 +0000 |
commit | 2afcb1dc12cb7db9737068966235204059b3ae46 (patch) | |
tree | 192db4a5ee04d86f202f195f9622f884760a9cff /kubernetes/dmaap/charts/postgresql/Chart.yaml | |
parent | 72f4e9b34adb4b2e134ee44e9fe0a2e039453378 (diff) | |
parent | 50aafc5ef50a1280c9e85d12be3d24104258ae95 (diff) |
Merge "Initial chart for dmaap - 2nd attempt"
Diffstat (limited to 'kubernetes/dmaap/charts/postgresql/Chart.yaml')
-rw-r--r-- | kubernetes/dmaap/charts/postgresql/Chart.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kubernetes/dmaap/charts/postgresql/Chart.yaml b/kubernetes/dmaap/charts/postgresql/Chart.yaml new file mode 100644 index 0000000000..c64338735a --- /dev/null +++ b/kubernetes/dmaap/charts/postgresql/Chart.yaml @@ -0,0 +1,16 @@ +name: postgresql +version: 0.9.3 +description: Object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. +keywords: +- postgresql +- postgres +- database +- sql +home: https://www.postgresql.org/ +icon: https://www.postgresql.org/media/img/about/press/elephant.png +sources: +- https://github.com/kubernetes/charts +- https://github.com/docker-library/postgres +maintainers: +- name: databus23 +engine: gotpl |