Skip to content

Commit

Permalink
[stable/pgadmin] deprecated (helm#21275)
Browse files Browse the repository at this point in the history
* [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>
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
  • Loading branch information
rowanruseler authored and Miguel Mingorance committed Aug 28, 2020
1 parent 2ef367d commit 569f460
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 4 additions & 6 deletions stable/pgadmin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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 changes: 4 additions & 0 deletions stable/pgadmin/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions stable/pgadmin/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 569f460

Please sign in to comment.