* False and True should be forced otherwise it will be interpreted as boolean
Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
* updates enhanced_cookie_protection
Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
* adds the documentation of enhanced_cookie_protection in pgadmin
Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
* as discussed I upgrade to 1.2.2
Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
* Updates README.md to adds default env variables
Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
* the value of enhanced_cookie_protection should be double quoted
Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
* update README.md : the value of enhanced_cookie_protection should be double quoted
Signed-off-by: Rachad Abi Chahine <rachad.abi-chahine@hotmail.fr>
Server definitions will be loaded at launch time. This allows connection
information to be pre-loaded into the instance of pgAdmin in the container.
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
* [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>