mirror of
https://github.com/truenas/charts.git
synced 2026-04-08 13:19:20 +08:00
* Upgraded catalog item(s)
This commit upgrades minecraft, pgadmin, immich, homepage catalog item(s).
* Update library/ix-dev/community/pgadmin/values.yaml
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
26 lines
375 B
YAML
26 lines
375 B
YAML
image:
|
|
repository: dpage/pgadmin4
|
|
pullPolicy: IfNotPresent
|
|
tag: '7.5'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
pgadminConfig:
|
|
adminEmail: ''
|
|
adminPassword: ''
|
|
additionalEnvs: []
|
|
|
|
pgadminNetwork:
|
|
webPort: 30056
|
|
certificateID: null
|
|
hostNetwork: false
|
|
|
|
pgadminStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
additionalStorages: []
|