[stable/pgadmin] Update image v4.14 to v4.15 (#19028)

* [stable/pgadmin] Update image v4.14 to v4.15

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* chart version bump

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
This commit is contained in:
rowanr
2019-11-28 02:45:03 -08:00
committed by Kubernetes Prow Robot
parent cba89db7f1
commit 01a2589549
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
description: pgAdmin is a web based administration tool for PostgreSQL database
name: pgadmin
version: 1.0.2
appVersion: 4.14.0
version: 1.0.3
appVersion: 4.15.0
home: https://www.pgadmin.org/
source: https://github.com/rowanruseler/pgadmin
maintainers:
+1 -1
View File
@@ -22,7 +22,7 @@ pgAdmin is a web based administration tool for PostgreSQL database.
| --------- | ----------- | ------- |
| `replicaCount` | Number of pgadmin replicas | `1` |
| `image.repository` | Docker image | `dpage/pgadmin4` |
| `image.tag` | Docker image tag | `4.14` |
| `image.tag` | Docker image tag | `4.15` |
| `image.pullPolicy` | Docker image pull policy | `IfNotPresent` |
| `service.type` | Service type (ClusterIP, NodePort or LoadBalancer) | `ClusterIP` |
| `service.port` | Service port | `80` |
+1 -1
View File
@@ -4,7 +4,7 @@ replicaCount: 1
image:
repository: dpage/pgadmin4
tag: 4.14
tag: 4.15
pullPolicy: IfNotPresent
service: