mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/pgadmin] deprecated (#21275)
* [stable/pgadmin] deprecated Moved towards a new repo: https://github.com/rowanruseler/helm-charts helm hub: https://hub.helm.sh/charts/runix/pgadmin4 Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com> * [stable/pgadmin] duplication of key description Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
apiVersion: v1
|
||||
description: pgAdmin is a web based administration tool for PostgreSQL database
|
||||
name: pgadmin
|
||||
version: 1.2.2
|
||||
version: 1.2.3
|
||||
appVersion: 4.18.0
|
||||
home: https://www.pgadmin.org/
|
||||
source: https://github.com/rowanruseler/pgadmin
|
||||
maintainers:
|
||||
- name: rowanruseler
|
||||
email: rowanruseler@gmail.com
|
||||
source: https://github.com/rowanruseler/helm-charts/tree/master/charts/pgadmin4
|
||||
deprecated: true
|
||||
description: DEPRECATED - moved to new repo, see source for new location
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
###### based on [dpage/pgadmin4]
|
||||
|
||||
# Moved to new repo
|
||||
|
||||
Duo to the deprecation timeline provided in [here](https://github.com/helm/charts), this chart has been moved towards a new repository that can be found [here](https://github.com/rowanruseler/helm-charts/tree/master/charts/pgadmin4).
|
||||
|
||||
# pgAdmin
|
||||
|
||||
[pgAdmin](https://www.pgadmin.org/) is the leading Open Source management tool for Postgres, the world’s most advanced Open Source database. pgAdmin is designed to meet the needs of both novice and experienced Postgres users alike, providing a powerful graphical interface that simplifies the creation, maintenance and use of database objects.
|
||||
|
||||
@@ -19,3 +19,5 @@
|
||||
echo "Visit http://127.0.0.1:8080 to use your application"
|
||||
kubectl port-forward $POD_NAME 8080:80
|
||||
{{- end }}
|
||||
|
||||
DEPRECATED - moved to new repo, see source for new location
|
||||
|
||||
Reference in New Issue
Block a user