From a6b7178372fe027008feadcee52b639eeaeea6ba Mon Sep 17 00:00:00 2001 From: Alexandre Nuttinck Date: Tue, 15 Oct 2019 14:08:40 +0200 Subject: [PATCH] bump version, use last version --- Chart.yaml | 2 +- README.md | 2 +- templates/deployment.yaml | 4 ++-- values.yaml | 3 +-- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index f209c9b..68676b8 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,5 +1,5 @@ name: pgadmin -version: 0.1.10 +version: 0.1.11 appVersion: 4.13.0 description: pgAdmin is a web based administration tool for the PostgreSQL database. keywords: diff --git a/README.md b/README.md index 6018891..e3c864a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The following table lists the configurable parameters of the pgAdmin chart and t | --------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------| ------------------------------- | | **Image** | | `image.repository` | pgAdmin Image name | `dpage/pgadmin4` | -| `image.tag` | pgAdmin Image tag | `4.11` | +| `image.tag` | pgAdmin Image tag | `4.13` | | `image.pullPolicy` | pgAdmin Image pull policy | `IfNotPresent` | | **PgAdmin** | | `pgadmin.username` | pgAdmin admin user | `pgadmin4@pgadmin.org` | diff --git a/templates/deployment.yaml b/templates/deployment.yaml index dca44c1..9ef1c28 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -12,8 +12,8 @@ spec: replicas: 1 selector: matchLabels: - app.kubernetes.io/name: {{ template "pgadmin.fullname" . }} - app.kubernetes.io/instance: {{ .Release.Name }} + app: {{ template "pgadmin.name" . }} + release: {{ .Release.Name }} template: metadata: labels: diff --git a/values.yaml b/values.yaml index df26d5c..df499b7 100644 --- a/values.yaml +++ b/values.yaml @@ -3,7 +3,7 @@ ## image: repository: dpage/pgadmin4 - tag: 4.12 + tag: 4.13 pullPolicy: IfNotPresent pgadmin: @@ -21,7 +21,6 @@ pgadmin: # - name: "PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION" # value: "False" - ## Enable persistence using Persistent Volume Claims ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ ##