che-operator/pkg/deploy
Oleksandr Andriienko e9c5d3f312
feat: Remove image refs in `defaults.go` and replace by env vars (#172)
* Move image related default variables to the operator env.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Fix tests.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Use the same env name for CRW and Upstream Che

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Clean up.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Improve most che-operator env names

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Use cheImage instead of repo only in the envs. Rename cheImageTag to cheVersion.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Add forgotten che-image tag to IMAGE_default_che_server

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Add some logic for back compatibilty with Che 7.8.0

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Handle one of the realese scripts.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Fix GetFullCheServerImageLink

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>

* Remove extra_images.go

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>

* Fix tests

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>

* Improve release scripts.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>

* Add docker images env to operator-local.yaml

Signed-off-by: flacatus <flacatus@redhat.com>

* Che 15874 - fix wrong docker images and update olm files (#174)

* Fix wrong docker images values

The docker images set in this GH repo should be the upstream ones,
not the CRW ones

Signed-off-by: David Festal <dfestal@redhat.com>

Co-authored-by: Anatolii Bazko <abazko@redhat.com>
Co-authored-by: Flavius Lacatusu <59865209+flacatus@users.noreply.github.com>
Co-authored-by: David Festal <dfestal@redhat.com>
2020-02-18 10:17:21 +02:00
..
che_configmap.go feat: Remove image refs in `defaults.go` and replace by env vars (#172) 2020-02-18 10:17:21 +02:00
che_configmap_test.go Fix a test whose compilation has been broken... (#110) 2019-10-30 10:32:06 +01:00
che_service.go Add the debug port to che-host svc to expose the debug port 2020-01-22 16:29:03 +01:00
che_service_test.go Wording corrections 2020-01-22 16:29:03 +01:00
defaults.go feat: Remove image refs in `defaults.go` and replace by env vars (#172) 2020-02-18 10:17:21 +02:00
defaults.go.update.sh update to latest defaults postgres, keycloak/sso, and PVC/UBI images; add script to poll for new images automatically and offer changes to be committed 2019-10-07 12:45:08 -04:00
defaults_test.go feat: Remove image refs in `defaults.go` and replace by env vars (#172) 2020-02-18 10:17:21 +02:00
deployment_che.go feat: Remove image refs in `defaults.go` and replace by env vars (#172) 2020-02-18 10:17:21 +02:00
deployment_devfile_registry.go Configure the operator to deploy airgapped versions of the devfile and plugin registries (#93) 2019-10-14 14:47:08 +02:00
deployment_keycloak.go feat: Remove image refs in `defaults.go` and replace by env vars (#172) 2020-02-18 10:17:21 +02:00
deployment_postgres.go feat: Remove image refs in `defaults.go` and replace by env vars (#172) 2020-02-18 10:17:21 +02:00
exec_commands.go Fix the Openshift OAuth provisioning for CRW, and move provisioning files (#122) 2019-11-15 11:40:40 +01:00
ingress.go Update custom resource doc, and make it available in OpenApi spec (#94) 2019-10-14 14:28:51 +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
registry_configmap.go add missing license headers (#135) 2019-11-29 10:28:36 +01: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 Add CustomCheProperties field (#87) 2019-10-07 13:53:37 +02:00
secret.go Update to 0.5.0. Use CRDs 2019-03-20 09:33:06 +02:00
service.go Option to enable che-server metrics endpoint (#117) 2019-11-28 23:05:28 +01:00
service_account.go Update to 0.5.0. Use CRDs 2019-03-20 09:33:06 +02:00
service_test.go Option to enable che-server metrics endpoint (#117) 2019-11-28 23:05:28 +01:00