From 258cd28472554d84fc206243074bbc11da3b2316 Mon Sep 17 00:00:00 2001 From: rowanr Date: Fri, 6 Mar 2020 18:31:35 +0100 Subject: [PATCH] [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 * [stable/pgadmin] duplication of key description Signed-off-by: Rowan Ruseler --- stable/pgadmin/Chart.yaml | 10 ++++------ stable/pgadmin/README.md | 4 ++++ stable/pgadmin/templates/NOTES.txt | 2 ++ 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/stable/pgadmin/Chart.yaml b/stable/pgadmin/Chart.yaml index 02e66311f3..b90a3d5ea3 100644 --- a/stable/pgadmin/Chart.yaml +++ b/stable/pgadmin/Chart.yaml @@ -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 diff --git a/stable/pgadmin/README.md b/stable/pgadmin/README.md index d148d047e0..0ad734245a 100644 --- a/stable/pgadmin/README.md +++ b/stable/pgadmin/README.md @@ -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. diff --git a/stable/pgadmin/templates/NOTES.txt b/stable/pgadmin/templates/NOTES.txt index f2dc31584e..6523f754d8 100644 --- a/stable/pgadmin/templates/NOTES.txt +++ b/stable/pgadmin/templates/NOTES.txt @@ -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