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 - 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

View File

@@ -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