10 Commits
Author SHA1 Message Date
rowanr 258cd28472 [stable/pgadmin] deprecated (#21275)
* [stable/pgadmin] deprecated

Moved towards a new repo: https://github.com/rowanruseler/helm-charts

helm hub: https://hub.helm.sh/charts/runix/pgadmin4

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

* [stable/pgadmin] duplication of key description

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-03-06 09:31:35 -08:00
ABI CHAHINE 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
rowanr f518252aff [stable/pgadmin] update api versions (#20751)
Update Ingress and Deployment apiVersions for Kubernetes 1.16 support

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-02-14 13:21:28 -08:00
rowanr 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
rowanr 080cbc91c9 [stable/pgadmin] abundance curly bracket (#20540)
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-02-04 15:11:54 -08:00
rowanr 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
rowanr 7787b35f32 [stable/pgadmin] removed abundance curly bracket (#20530)
* [stable/pgadmin] removed abundance curly bracket

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

* [stable/pgadmin] version bump

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
2020-02-04 02:21:26 -08:00
rowanr 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
Aurel Canciu ad4e2b3e9b [stable/pgadmin] Add missing volumeMounts to deployment (#18459)
* [stable/pgadmin] Add missing volumeMounts to deployment

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>

* [stable/pgadmin] Bump chart version

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
2019-12-01 04:37:03 -08:00
rowanr 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