pgadmin update

This commit is contained in:
Philip Haupt
2025-09-03 14:10:56 +02:00
parent 2a7d5a52c5
commit af3392ab5a
3 changed files with 32 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ kind: Kustomization
helmCharts:
- name: pgadmin4
repo: https://helm.runix.net
version: 1.45.1
version: 1.49.0
releaseName: pgadmin
includeCRDs: true
namespace: pgadmin

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.4.0
tag: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
@@ -130,6 +130,21 @@ serverDefinitions:
# SSLMode: "prefer"
# MaintenanceDB: "postgres"
## Pre-load pgAdmin4 with user preferences
## This mounts a preferences.json file to override default UI settings such as themes,
## display options, or query tool behavior.
## Docs: https://www.pgadmin.org/docs/pgadmin4/latest/preferences.html
##
preferences:
# Enable/disable preferences
enabled: false
# If using an existing ConfigMap, it must contain a key named `preferences.json`
existingConfigMap: ""
data: {}
# misc:user_interface:theme: dark
networkPolicy:
enabled: true
@@ -450,3 +465,4 @@ test:
## Container Security context for test-connection Pod
containerSecurityContext:
readOnlyRootFilesystem: true