This commit is contained in:
Philip Haupt
2025-05-30 12:17:02 +02:00
parent 3d712ccede
commit 193f47194b
2 changed files with 4 additions and 4 deletions

View File

@@ -86,13 +86,13 @@ spec:
- name: PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION
value: "False"
- name: PGADMIN_DEFAULT_EMAIL
value: chart@domain.com
value: admin
- name: PGADMIN_DEFAULT_PASSWORD
valueFrom:
secretKeyRef:
key: password
name: pgadmin-pgadmin4
image: docker.io/dpage/pgadmin4:9.2.0
image: docker.io/dpage/pgadmin4:9.4.0
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3

View File

@@ -14,7 +14,7 @@ image:
registry: docker.io
repository: dpage/pgadmin4
# Overrides the image tag whose default is the chart appVersion.
tag: 9.2.0
tag: 9.4.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -205,7 +205,7 @@ secretKeys:
## Needed chart reinstall for apply changes
env:
# can be email or nickname
email: chart@domain.com
email: admin
password: SuperSecret
# pgpassfile: /var/lib/pgadmin/storage/pgadmin/file.pgpass