[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:
rowanr
2020-03-06 09:31:35 -08:00
committed by GitHub
parent 595f604f1f
commit 258cd28472
3 changed files with 10 additions and 6 deletions
+4 -6
View File
@@ -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
+4
View File
@@ -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 worlds 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.
+2
View File
@@ -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