diff --git a/stable/pgadmin/Chart.yaml b/stable/pgadmin/Chart.yaml index 04e97c1274..ab492c6fe1 100644 --- a/stable/pgadmin/Chart.yaml +++ b/stable/pgadmin/Chart.yaml @@ -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: diff --git a/stable/pgadmin/README.md b/stable/pgadmin/README.md index 382146fa2c..c578d427b6 100644 --- a/stable/pgadmin/README.md +++ b/stable/pgadmin/README.md @@ -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` | diff --git a/stable/pgadmin/values.yaml b/stable/pgadmin/values.yaml index 4d063ec367..ba33f61935 100644 --- a/stable/pgadmin/values.yaml +++ b/stable/pgadmin/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 ## image: repository: dpage/pgadmin4 - tag: 4.17 + tag: 4.18 pullPolicy: IfNotPresent service: