Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
bump version, use last version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Oct 15, 2019
1 parent 244e7df commit a6b7178
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `[email protected]` |
Expand Down
4 changes: 2 additions & 2 deletions templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##
image:
repository: dpage/pgadmin4
tag: 4.12
tag: 4.13
pullPolicy: IfNotPresent

pgadmin:
Expand All @@ -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/
##
Expand Down

0 comments on commit a6b7178

Please sign in to comment.