helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Curated applications for Kubernetes

Results 24 helm-charts issues
Sort by recently updated
recently updated
newest added

Hello, I encountered an issue when using pgAdmin4 behind a Traefik reverse-proxy with AWS Cognito OAuth2 configured. **Describe the bug** The redirect_uri returned by pgAdmin when trying to connect with...

**Describe the bug** With latest version (`1.17.0`) existingSecret is not respected! We can have only provided configuration provided as `ConfigMap ` or `Secret` and secret name is hard coded to...

**Describe the bug** Unable to set default email & password in pgadmin helm chart. ``` helm install pgadmin runix/pgadmin4 --set env.email="[email protected]" --set env.password="test-password" ``` **Version of Helm and Kubernetes**: helm:...

**Describe the bug** I am using pgadmin4 chart version 1.15.2. Helm version: 3.10.1. Kubernetes version: 1.25. In my configuration I am using pgpassfile. It works for connect to any databases....

**Describe the bug** Custom serverDefinitions not being displayed in PgAdmin console **Version of Helm and Kubernetes**: Kubernetes (AKS): v1.24.9 Helm: v3.8.0 **Which chart**: pgadmin4 (v1.14.3) **What happened**: Once instance has...

First, thank you for this helpfull helm chart. Great work, nicely customizable. The deployment works well when I access pgadmin4 wit a port-forward. But accessing it through an ingress rule,...

**Describe the bug** I can't deploy this chart in k8s ocp4 because root is forbidden. So after some reading, i got to understand that turning the "VolumePermissions" flag on resolves...

**Describe the bug** Pgadmin4 chart test pod has the annotation: `helm.sh/hook-delete-policy: hook-succeeded`, which causes the test pod deletion after a successful test execution. When `helm test --logs` command is executed,...

The issue is that after enabling ouath2, Pgadmin crashes with the 500 error and the following in the logs: File "/pgadmin4/pgadmin/utils/session.py", line 270, in put dump( _pickle.PicklingError: Can't pickle :...