123456789101112131415161718192021222324252627 |
- name: pgadmin
- description: pgAdmin is the most popular and feature rich Open Source administration
- and development platform for PostgreSQL
- annotations:
- title: pgAdmin
- type: application
- version: 1.2.16
- apiVersion: v2
- appVersion: '9.0'
- kubeVersion: '>=1.16.0-0'
- maintainers:
- - name: truenas
- url: https://www.truenas.com/
- email: dev@ixsystems.com
- dependencies:
- - name: common
- repository: file://../../../common
- version: 1.2.9
- home: https://www.pgadmin.org/
- icon: https://media.sys.truenas.net/apps/pgadmin/icons/icon.png
- sources:
- - https://hub.docker.com/r/dpage/pgadmin4
- - https://github.com/truenas/charts/tree/master/library/ix-dev/community/pgadmin
- - https://www.pgadmin.org/
- keywords:
- - database
- - management
|