che-operator/olm
Sergii Leshchenko 7a79138538 Update OLX with new roles for che-operator
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
2019-09-09 13:27:23 +03:00
..
eclipse-che-preview-kubernetes Update OLX with new roles for che-operator 2019-09-09 13:27:23 +03:00
eclipse-che-preview-openshift Update OLX with new roles for che-operator 2019-09-09 13:27:23 +03:00
README.md Don't allow installing Che with Openshift Oauth when no OAuth user exist (#74) 2019-09-02 18:47:30 +02:00
check-yq.sh Fix release scripts after first use (#60) 2019-07-26 12:26:52 -04:00
docker-run.sh Don't allow installing Che with Openshift Oauth when no OAuth user exist (#74) 2019-09-02 18:47:30 +02:00
prepare-community-operators-update.sh Release 7.0.0 (#69) 2019-08-14 23:37:00 +02:00
push-olm-files-to-quay.sh Fix release scripts after first use (#60) 2019-07-26 12:26:52 -04:00
release-olm-files.sh Don't allow installing Che with Openshift Oauth when no OAuth user exist (#74) 2019-09-02 18:47:30 +02:00
update-nightly-olm-files.sh Don't allow installing Che with Openshift Oauth when no OAuth user exist (#74) 2019-09-02 18:47:30 +02:00

README.md

Pre-Requisites

OLM packages scripts are using some required dependencies that need to be installed

If these dependencies are not installed, docker-run.sh can be used as a container bootstrap to run a given script with the appropriate dependencies.

Example : $ docker-run.sh update-nightly-olm-files.sh

Make new changes to OLM artifacts

Every change needs to be done in a new OLM artifact as previous artifacts are frozen.

A script is generating new folders/files that can be edited.

In olm folder

  • If all dependencies are installed on the system:
$ update-nightly-olm-files.sh
  • To use a docker environment
$ docker-run.sh update-nightly-olm-files.sh

Then the changes can be applied in the newly created CSV files.