[stable/pgadmin] version 4.17 to 4.18 (#20603)

This version ensures Postfix starts in the container:

```
sudo /usr/sbin/postfix start
```

Version 4.18 release notes can be found here:
https://www.pgadmin.org/docs/pgadmin4/development/release_notes_4_18.html

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
This commit is contained in:
rowanr
2020-02-07 02:37:43 -08:00
committed by GitHub
parent 09ff371ed6
commit 4f1eb6cdec
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.1.3
appVersion: 4.17.0
version: 1.1.4
appVersion: 4.18.0
home: https://www.pgadmin.org/
source: https://github.com/rowanruseler/pgadmin
maintainers:
+1 -1
View File
@@ -42,7 +42,7 @@ The command removes nearly all the Kubernetes components associated with the cha
| --------- | ----------- | ------- |
| `replicaCount` | Number of pgadmin replicas | `1` |
| `image.repository` | Docker image | `dpage/pgadmin4` |
| `image.tag` | Docker image tag | `4.17` |
| `image.tag` | Docker image tag | `4.18` |
| `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
@@ -6,7 +6,7 @@ replicaCount: 1
##
image:
repository: dpage/pgadmin4
tag: 4.17
tag: 4.18
pullPolicy: IfNotPresent
service: