mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
[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:
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -6,7 +6,7 @@ replicaCount: 1
|
||||
##
|
||||
image:
|
||||
repository: dpage/pgadmin4
|
||||
tag: 4.17
|
||||
tag: 4.18
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user