che-operator/olm
David Festal 36e666c312
Release 7.4.0 (#118)
* Update default tags to `7.4.0`
* Release OLM files to `7.4.0`

Signed-off-by: David Festal <dfestal@redhat.com>
2019-11-12 13:55:36 +01:00
..
eclipse-che-preview-kubernetes Release 7.4.0 (#118) 2019-11-12 13:55:36 +01:00
eclipse-che-preview-openshift Release 7.4.0 (#118) 2019-11-12 13:55:36 +01: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 signoff the commit (new requirement) 2019-10-31 08:45:34 +01: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 Release 7.1.0 (#78) 2019-09-09 18:56:55 +02:00
update-nightly-olm-files.sh Update custom resource doc, and make it available in OpenApi spec (#94) 2019-10-14 14:28:51 +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.