pgadmin update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user