8 Commits
Author SHA1 Message Date
ABI CHAHINEandGitHub e9b01ec1fd [stable/pgadmin] Pr modifies pgadmin to accept enhanced_cookie_protection env to fix ingress issue #18568 (#21045)
* 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>
2020-02-29 02:54:39 -08:00
rowanrandGitHub 7e895e4b8f [stable/pgadmin] Server Definitions implementation (#20607)
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>
2020-02-11 06:18:06 -08:00
rowanrandGitHub 4f1eb6cdec [stable/pgadmin] version 4.17 to 4.18 (#20603)
This version ensures Postfix starts in the container:

```
sudo /usr/sbin/postfix start
```

Version 4.18 release notes can be found here:
https://www.pgadmin.org/docs/pgadmin4/development/release_notes_4_18.html

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-02-07 02:37:43 -08:00
rowanrandGitHub 42d32d22c7 Rr/strategy (#20533)
* [stable/pgadmin] added strategy to the deployment

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* [stable/pgadmin] removed white-line

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-02-04 02:51:35 -08:00
rowanrandGitHub e71080f42e [stable/pgadmin] upgrade to 4.17 and more (#20211)
* [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>
2020-01-31 10:15:21 -08:00
rowanrandKubernetes Prow Robot 01a2589549 [stable/pgadmin] Update image v4.14 to v4.15 (#19028)
* [stable/pgadmin] Update image v4.14 to v4.15

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* chart version bump

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2019-11-28 02:45:03 -08:00
rowanrandKubernetes Prow Robot 61a7c38a50 [stable/pgadmin] Update image v4.13 to v4.14 (#18147)
* [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>
2019-10-23 04:44:12 -07:00
rowanrandKubernetes Prow Robot 3940c3b4c6 [stable/pgadmin] new helm chart for pgAdmin (#16357)
* pgAdmin helm chart

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* moved to stable, added appVersion

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* removed wrong appVersion

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* Chart version upgraded to 1.0.0

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2019-10-16 03:07:40 -07:00