⬆️ Update image dpage/pgadmin4 to 7.7

| datasource | package        | from | to  |
| ---------- | -------------- | ---- | --- |
| docker     | dpage/pgadmin4 | 7.6  | 7.7 |
This commit is contained in:
feisar-bot
2023-09-21 09:17:43 +00:00
committed by auricom
parent 23696a1c8e
commit 50dcef15ff

View File

@@ -32,7 +32,7 @@ spec:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
image: image:
repository: dpage/pgadmin4 repository: dpage/pgadmin4
tag: "7.6" tag: "7.7"
env: env:
PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION: "False" PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION: "False"
envFrom: envFrom:
@@ -40,7 +40,7 @@ spec:
name: pgadmin-secret name: pgadmin-secret
initContainers: initContainers:
volume-permissions: volume-permissions:
image: dpage/pgadmin4:7.6 image: dpage/pgadmin4:7.7
command: ["/bin/chown", "-R", "5050:5050", "/var/lib/pgadmin"] command: ["/bin/chown", "-R", "5050:5050", "/var/lib/pgadmin"]
volumeMounts: volumeMounts:
- name: config - name: config