helm-charts
helm-charts copied to clipboard
Curated applications for Kubernetes
#### What this PR does / why we need it: This update of pgAdmin4 fixes CVE-2024-4215 and CVE-2024-4216. #### Which issue this PR fixes none #### Special notes for your...
#### What this PR does / why we need it: This PR is an addition to my previous one https://github.com/rowanruseler/helm-charts/pull/249. It fixes a bug, where the Secret manifest for Server...
**Is your feature request related to a problem? Please describe.** Hi. We need to modify /etc/hosts in running pod in this helm chart. **Describe the solution you'd like** Add `hostAliases`...
Hello, we tried with your chart and for some reason unable to load pre-configured db definitions from servers.json to all users . If I enabled internal mode it works but...
I am trying to use [autocert](https://github.com/smallstep/autocert) certificates in database connections Currently certificates stored in **/var/run/autocert.step.sm** on pod But pgadmin see files only in **/var/lib/pgadmin/storage/{server}** folder. Here are pod mounts: /var/lib/pgadmin...
**Describe the solution you'd like** Create pgadmin4 users from the Helm chart with secrets with the main pod **Describe alternatives you've considered** Create pgadmin4 users from the Helm chart with...
**Describe the bug** A clear and concise description of what the bug is. **Version of Helm and Kubernetes**: **Which chart**: pgadmin4 **What happened**: we use numeric namespace name getting this...
**Describe the bug** When I want to connect to a database server the application keeps asking me for a database password even though it is configured. **Version of Helm and...
**Describe the bug** PGadmin crashes with QueuePool limit overflow **Version of Helm and Kubernetes**: ``` version: 1.15.4 appVersion: "7.4" Kubernetes : OKE-1.27.2 ``` **Which chart**: PGAdmin4 **What happened**: It fails...
The only thing I was thinking about and didn't find a way is integrate pgadmin4 with our users associated in our AWS SSO. Instead of creating local users in the...