Files
truecharts/charts/stable/pgadmin/values.yaml
T
TrueCharts Bot 3371bf5bcd chore(deps): update container image dpage/pgadmin4 to v8.11@822dd7a by renovate (#25402)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| dpage/pgadmin4 | minor | `8.10` -> `8.11` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40OC4wIiwidXBkYXRlZEluVmVyIjoiMzguNDguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-08-22 14:34:58 +02:00

46 lines
1002 B
YAML

image:
repository: dpage/pgadmin4
pullPolicy: IfNotPresent
tag: 8.11@sha256:822dd7a1fa68601f70b3e06445c9cb52b134862b0c43f0f7a96ab6ac44a592a4
service:
main:
ports:
main:
port: 10024
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/var/lib/pgadmin"
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: true
readOnlyRootFilesystem: false
runAsUser: 5050
runAsGroup: 5050
fsGroup: 5050
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
type: http
path: /misc/ping
readiness:
enabled: true
type: http
path: /misc/ping
startup:
enabled: true
type: http
path: /misc/ping
env:
PGADMIN_DEFAULT_EMAIL: "replace@this.now"
PGADMIN_DEFAULT_PASSWORD: "changeme"