version
This commit is contained in:
@@ -86,13 +86,13 @@ spec:
|
|||||||
- name: PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION
|
- name: PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION
|
||||||
value: "False"
|
value: "False"
|
||||||
- name: PGADMIN_DEFAULT_EMAIL
|
- name: PGADMIN_DEFAULT_EMAIL
|
||||||
value: chart@domain.com
|
value: admin
|
||||||
- name: PGADMIN_DEFAULT_PASSWORD
|
- name: PGADMIN_DEFAULT_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: password
|
key: password
|
||||||
name: pgadmin-pgadmin4
|
name: pgadmin-pgadmin4
|
||||||
image: docker.io/dpage/pgadmin4:9.2.0
|
image: docker.io/dpage/pgadmin4:9.4.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ image:
|
|||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: dpage/pgadmin4
|
repository: dpage/pgadmin4
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: 9.2.0
|
tag: 9.4.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Optionally specify an array of imagePullSecrets.
|
## Optionally specify an array of imagePullSecrets.
|
||||||
@@ -205,7 +205,7 @@ secretKeys:
|
|||||||
## Needed chart reinstall for apply changes
|
## Needed chart reinstall for apply changes
|
||||||
env:
|
env:
|
||||||
# can be email or nickname
|
# can be email or nickname
|
||||||
email: chart@domain.com
|
email: admin
|
||||||
password: SuperSecret
|
password: SuperSecret
|
||||||
# pgpassfile: /var/lib/pgadmin/storage/pgadmin/file.pgpass
|
# pgpassfile: /var/lib/pgadmin/storage/pgadmin/file.pgpass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user