che-operator/pkg/deploy
David Festal ff0e032fb4
Fix Custom Resource update bugs and external registry URLs not taken in account (#63)
* Add both `https` and `http` redirect URLs in the `OAuthClient`
* Take registry URL settings into account
* Only update registry URLs in Status when necessary
* Update registry routes or ingresses when switching to TLS
* Restart pod on deployment-driving CR field change

Signed-off-by: David Festal <dfestal@redhat.com>
2019-08-12 16:25:07 +02:00
..
che_configmap.go remove DefaultCodereadyPluginRegistryUrl from pkg/deploy/defaults.go and pluginRegistryUrl from deploy/crds/org_v1_che_cr.yaml as these are no longer used/needed (#58) 2019-07-26 13:38:43 +02:00
che_configmap_test.go Update to 0.5.0. Use CRDs 2019-03-20 09:33:06 +02:00
defaults.go Increase memory limit for registy containers (#64) 2019-08-03 10:00:40 +02:00
deployment_che.go Allow configuring pull policy (with `Always` by default for nightlies) (#57) 2019-07-26 13:33:08 +02:00
deployment_devfile_registry.go Fix registry labels and probes (#54) 2019-07-23 11:15:59 +02:00
deployment_keycloak.go Allow configuring pull policy (with `Always` by default for nightlies) (#57) 2019-07-26 13:33:08 +02:00
deployment_postgres.go Allow configuring pull policy (with `Always` by default for nightlies) (#57) 2019-07-26 13:33:08 +02:00
exec_commands.go Update to the `7.0.0-RC-2.0` release after some last fixes (#39) 2019-06-20 10:57:12 -04:00
ingress.go Include registries in Che deployment (#51) 2019-07-19 17:27:57 +02:00
labels.go Auto fetch crt. Introduce e2e tests (#8) 2019-04-05 16:17:01 +03:00
oauthclient.go Fix Custom Resource update bugs and external registry URLs not taken in account (#63) 2019-08-12 16:25:07 +02:00
pvc.go Add finalizers. Make storageclass configurable. More tests (#12) 2019-04-09 16:03:51 +03:00
role.go Update to 0.5.0. Use CRDs 2019-03-20 09:33:06 +02:00
rolebinding.go Update to 0.5.0. Use CRDs 2019-03-20 09:33:06 +02:00
route.go Update service and route create functions. Make mem setting for server deployment configurable (#16) 2019-04-24 17:45:16 +03:00
secret.go Update to 0.5.0. Use CRDs 2019-03-20 09:33:06 +02:00
service.go Update service and route create functions. Make mem setting for server deployment configurable (#16) 2019-04-24 17:45:16 +03:00
service_account.go Update to 0.5.0. Use CRDs 2019-03-20 09:33:06 +02:00