* [stable/pgadmin] upgrade to 4.17 and more
4.17:
with 4.16 and up `USER: pgadmin` got added to the Dockerfile, this
caused an ACL issue. securityContext and initContainers is added to
resolve this issue.
other:
- fixed dynamic PV provisioning
- livenessProbe
- readinessProbe
- added more comments in values.yaml
- updated README.md with new configuration items
- chart bump version
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
* [stable/pgadmin] adjusted storageclass name
made a mistake with naming the variable different then what is shown in
the values.yml example
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
* [stable/pgadmin]
resolved sessions bug by letting the probes go to the correct path
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
* [stable/pgadmin] Update image v4.13 to v4.14
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
* [stable/pgadmin] Update image v4.13 to v4.14
Forgot to update the README.md with the new version
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>