pgadmin update

This commit is contained in:
Philip Haupt
2026-03-06 17:57:46 +01:00
parent 6b1d7a8dd7
commit b166e5865e
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ spec:
name: pgadmin-pgadmin4 name: pgadmin-pgadmin4
- name: PGADMIN_DISABLE_POSTFIX - name: PGADMIN_DISABLE_POSTFIX
value: "True" value: "True"
image: docker.io/dpage/pgadmin4:9.11 image: docker.io/dpage/pgadmin4:9.13
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: "" tag: "9.13"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.