mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
cba89db7f1
commit
01a2589549
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -4,7 +4,7 @@ replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: dpage/pgadmin4
|
||||
tag: 4.14
|
||||
tag: 4.15
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user