diff --git a/Dockerfile b/Dockerfile index a602fa6362..8bc1766c52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY --from=builder /go/src/github.com/openshift/cluster-samples-operator/cluste RUN ln -f /usr/bin/cluster-samples-operator /usr/bin/cluster-samples-operator-watch COPY manifests/image-references manifests/0* /manifests/ COPY vendor/github.com/openshift/api/samples/v1/0000_10_samplesconfig.crd.yaml /manifests/ -COPY tmp/build/assets /opt/openshift/ +COPY assets /opt/openshift/ RUN useradd cluster-samples-operator USER cluster-samples-operator ENTRYPOINT [] diff --git a/Dockerfile.rhel7 b/Dockerfile.rhel7 index 9ab4f203f9..e1cddf57e4 100644 --- a/Dockerfile.rhel7 +++ b/Dockerfile.rhel7 @@ -8,7 +8,7 @@ COPY --from=builder /go/src/github.com/openshift/cluster-samples-operator/cluste RUN ln -f /usr/bin/cluster-samples-operator /usr/bin/cluster-samples-operator-watch COPY manifests/image-references manifests/0* /manifests/ COPY vendor/github.com/openshift/api/samples/v1/0000_10_samplesconfig.crd.yaml /manifests/ -COPY tmp/build/assets /opt/openshift/ +COPY assets /opt/openshift/ RUN useradd cluster-samples-operator USER cluster-samples-operator ENTRYPOINT [] diff --git a/README.md b/README.md index ee9bc92920..e22e37d8ef 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,5 @@ If there is a bug in the samples operator deletion logic, to reset the samples o # Update the content in this repository from https://github.com/OpenShift/library - Create a git branch in your local copy of this repository -- cd tmp/build - ./library-sync.sh - Commit the changes and create a PR diff --git a/tmp/build/assets/operator/ocp-ppc64le/cakephp/templates/cakephp-mysql-example.json b/assets/operator/ocp-ppc64le/cakephp/templates/cakephp-mysql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/cakephp/templates/cakephp-mysql-example.json rename to assets/operator/ocp-ppc64le/cakephp/templates/cakephp-mysql-example.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/cakephp/templates/cakephp-mysql-persistent.json b/assets/operator/ocp-ppc64le/cakephp/templates/cakephp-mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/cakephp/templates/cakephp-mysql-persistent.json rename to assets/operator/ocp-ppc64le/cakephp/templates/cakephp-mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/dancer/templates/dancer-mysql-example.json b/assets/operator/ocp-ppc64le/dancer/templates/dancer-mysql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/dancer/templates/dancer-mysql-example.json rename to assets/operator/ocp-ppc64le/dancer/templates/dancer-mysql-example.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/dancer/templates/dancer-mysql-persistent.json b/assets/operator/ocp-ppc64le/dancer/templates/dancer-mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/dancer/templates/dancer-mysql-persistent.json rename to assets/operator/ocp-ppc64le/dancer/templates/dancer-mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/django/templates/django-psql-example.json b/assets/operator/ocp-ppc64le/django/templates/django-psql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/django/templates/django-psql-example.json rename to assets/operator/ocp-ppc64le/django/templates/django-psql-example.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/django/templates/django-psql-persistent.json b/assets/operator/ocp-ppc64le/django/templates/django-psql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/django/templates/django-psql-persistent.json rename to assets/operator/ocp-ppc64le/django/templates/django-psql-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/golang/imagestreams/golang-rhel7.json b/assets/operator/ocp-ppc64le/golang/imagestreams/golang-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/golang/imagestreams/golang-rhel7.json rename to assets/operator/ocp-ppc64le/golang/imagestreams/golang-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/httpd/imagestreams/httpd-rhel7.json b/assets/operator/ocp-ppc64le/httpd/imagestreams/httpd-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/httpd/imagestreams/httpd-rhel7.json rename to assets/operator/ocp-ppc64le/httpd/imagestreams/httpd-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/httpd/templates/httpd-example.json b/assets/operator/ocp-ppc64le/httpd/templates/httpd-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/httpd/templates/httpd-example.json rename to assets/operator/ocp-ppc64le/httpd/templates/httpd-example.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/java-rhel7-ppc64le.json b/assets/operator/ocp-ppc64le/java/imagestreams/java-rhel7-ppc64le.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/java-rhel7-ppc64le.json rename to assets/operator/ocp-ppc64le/java/imagestreams/java-rhel7-ppc64le.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/openjdk-11-rhel7-rhel7-ppc64le.json b/assets/operator/ocp-ppc64le/java/imagestreams/openjdk-11-rhel7-rhel7-ppc64le.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/openjdk-11-rhel7-rhel7-ppc64le.json rename to assets/operator/ocp-ppc64le/java/imagestreams/openjdk-11-rhel7-rhel7-ppc64le.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/openjdk-11-rhel8-rhel7-ppc64le.json b/assets/operator/ocp-ppc64le/java/imagestreams/openjdk-11-rhel8-rhel7-ppc64le.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/openjdk-11-rhel8-rhel7-ppc64le.json rename to assets/operator/ocp-ppc64le/java/imagestreams/openjdk-11-rhel8-rhel7-ppc64le.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/openjdk-8-rhel8-rhel7-ppc64le.json b/assets/operator/ocp-ppc64le/java/imagestreams/openjdk-8-rhel8-rhel7-ppc64le.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/openjdk-8-rhel8-rhel7-ppc64le.json rename to assets/operator/ocp-ppc64le/java/imagestreams/openjdk-8-rhel8-rhel7-ppc64le.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/redhat-openjdk18-openshift-rhel7-ppc64le.json b/assets/operator/ocp-ppc64le/java/imagestreams/redhat-openjdk18-openshift-rhel7-ppc64le.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/java/imagestreams/redhat-openjdk18-openshift-rhel7-ppc64le.json rename to assets/operator/ocp-ppc64le/java/imagestreams/redhat-openjdk18-openshift-rhel7-ppc64le.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/java/templates/openjdk-web-basic-s2i.json b/assets/operator/ocp-ppc64le/java/templates/openjdk-web-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/java/templates/openjdk-web-basic-s2i.json rename to assets/operator/ocp-ppc64le/java/templates/openjdk-web-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-base-rhel7.json b/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-base-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-base-rhel7.json rename to assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-base-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-maven-rhel7.json b/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-maven-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-maven-rhel7.json rename to assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-maven-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json b/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json rename to assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-rhel7.json b/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-rhel7.json rename to assets/operator/ocp-ppc64le/jenkins/imagestreams/jenkins-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-ephemeral-monitored.json b/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-ephemeral-monitored.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-ephemeral-monitored.json rename to assets/operator/ocp-ppc64le/jenkins/templates/jenkins-ephemeral-monitored.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-ephemeral.json b/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-ephemeral.json rename to assets/operator/ocp-ppc64le/jenkins/templates/jenkins-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-persistent-monitored.json b/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-persistent-monitored.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-persistent-monitored.json rename to assets/operator/ocp-ppc64le/jenkins/templates/jenkins-persistent-monitored.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-persistent.json b/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/jenkins/templates/jenkins-persistent.json rename to assets/operator/ocp-ppc64le/jenkins/templates/jenkins-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/mariadb/imagestreams/mariadb-rhel7.json b/assets/operator/ocp-ppc64le/mariadb/imagestreams/mariadb-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/mariadb/imagestreams/mariadb-rhel7.json rename to assets/operator/ocp-ppc64le/mariadb/imagestreams/mariadb-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/mariadb/templates/mariadb-ephemeral.json b/assets/operator/ocp-ppc64le/mariadb/templates/mariadb-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/mariadb/templates/mariadb-ephemeral.json rename to assets/operator/ocp-ppc64le/mariadb/templates/mariadb-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/mariadb/templates/mariadb-persistent.json b/assets/operator/ocp-ppc64le/mariadb/templates/mariadb-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/mariadb/templates/mariadb-persistent.json rename to assets/operator/ocp-ppc64le/mariadb/templates/mariadb-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/mongodb/imagestreams/mongodb-rhel7-ppc64le.json b/assets/operator/ocp-ppc64le/mongodb/imagestreams/mongodb-rhel7-ppc64le.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/mongodb/imagestreams/mongodb-rhel7-ppc64le.json rename to assets/operator/ocp-ppc64le/mongodb/imagestreams/mongodb-rhel7-ppc64le.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/mongodb/templates/mongodb-ephemeral.json b/assets/operator/ocp-ppc64le/mongodb/templates/mongodb-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/mongodb/templates/mongodb-ephemeral.json rename to assets/operator/ocp-ppc64le/mongodb/templates/mongodb-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/mongodb/templates/mongodb-persistent.json b/assets/operator/ocp-ppc64le/mongodb/templates/mongodb-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/mongodb/templates/mongodb-persistent.json rename to assets/operator/ocp-ppc64le/mongodb/templates/mongodb-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/mysql/imagestreams/mysql-rhel7.json b/assets/operator/ocp-ppc64le/mysql/imagestreams/mysql-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/mysql/imagestreams/mysql-rhel7.json rename to assets/operator/ocp-ppc64le/mysql/imagestreams/mysql-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/mysql/templates/mysql-ephemeral.json b/assets/operator/ocp-ppc64le/mysql/templates/mysql-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/mysql/templates/mysql-ephemeral.json rename to assets/operator/ocp-ppc64le/mysql/templates/mysql-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/mysql/templates/mysql-persistent.json b/assets/operator/ocp-ppc64le/mysql/templates/mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/mysql/templates/mysql-persistent.json rename to assets/operator/ocp-ppc64le/mysql/templates/mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/nginx/imagestreams/nginx-rhel7-ppc64le.json b/assets/operator/ocp-ppc64le/nginx/imagestreams/nginx-rhel7-ppc64le.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/nginx/imagestreams/nginx-rhel7-ppc64le.json rename to assets/operator/ocp-ppc64le/nginx/imagestreams/nginx-rhel7-ppc64le.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/nginx/templates/nginx-example.json b/assets/operator/ocp-ppc64le/nginx/templates/nginx-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/nginx/templates/nginx-example.json rename to assets/operator/ocp-ppc64le/nginx/templates/nginx-example.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/nodejs/imagestreams/nodejs-rhel7.json b/assets/operator/ocp-ppc64le/nodejs/imagestreams/nodejs-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/nodejs/imagestreams/nodejs-rhel7.json rename to assets/operator/ocp-ppc64le/nodejs/imagestreams/nodejs-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/nodejs/templates/nodejs-mongo-persistent.json b/assets/operator/ocp-ppc64le/nodejs/templates/nodejs-mongo-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/nodejs/templates/nodejs-mongo-persistent.json rename to assets/operator/ocp-ppc64le/nodejs/templates/nodejs-mongo-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/nodejs/templates/nodejs-mongodb-example.json b/assets/operator/ocp-ppc64le/nodejs/templates/nodejs-mongodb-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/nodejs/templates/nodejs-mongodb-example.json rename to assets/operator/ocp-ppc64le/nodejs/templates/nodejs-mongodb-example.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/perl/imagestreams/perl-rhel7.json b/assets/operator/ocp-ppc64le/perl/imagestreams/perl-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/perl/imagestreams/perl-rhel7.json rename to assets/operator/ocp-ppc64le/perl/imagestreams/perl-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/php/imagestreams/php-rhel7.json b/assets/operator/ocp-ppc64le/php/imagestreams/php-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/php/imagestreams/php-rhel7.json rename to assets/operator/ocp-ppc64le/php/imagestreams/php-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/postgresql/imagestreams/postgresql-rhel7-ppc64le.json b/assets/operator/ocp-ppc64le/postgresql/imagestreams/postgresql-rhel7-ppc64le.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/postgresql/imagestreams/postgresql-rhel7-ppc64le.json rename to assets/operator/ocp-ppc64le/postgresql/imagestreams/postgresql-rhel7-ppc64le.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/postgresql/templates/postgresql-ephemeral.json b/assets/operator/ocp-ppc64le/postgresql/templates/postgresql-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/postgresql/templates/postgresql-ephemeral.json rename to assets/operator/ocp-ppc64le/postgresql/templates/postgresql-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/postgresql/templates/postgresql-persistent.json b/assets/operator/ocp-ppc64le/postgresql/templates/postgresql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/postgresql/templates/postgresql-persistent.json rename to assets/operator/ocp-ppc64le/postgresql/templates/postgresql-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/python/imagestreams/python-rhel7.json b/assets/operator/ocp-ppc64le/python/imagestreams/python-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/python/imagestreams/python-rhel7.json rename to assets/operator/ocp-ppc64le/python/imagestreams/python-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/rails/templates/rails-pgsql-persistent.json b/assets/operator/ocp-ppc64le/rails/templates/rails-pgsql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/rails/templates/rails-pgsql-persistent.json rename to assets/operator/ocp-ppc64le/rails/templates/rails-pgsql-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/rails/templates/rails-postgresql-example.json b/assets/operator/ocp-ppc64le/rails/templates/rails-postgresql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/rails/templates/rails-postgresql-example.json rename to assets/operator/ocp-ppc64le/rails/templates/rails-postgresql-example.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/redis/imagestreams/redis-rhel7.json b/assets/operator/ocp-ppc64le/redis/imagestreams/redis-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/redis/imagestreams/redis-rhel7.json rename to assets/operator/ocp-ppc64le/redis/imagestreams/redis-rhel7.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/redis/templates/redis-ephemeral.json b/assets/operator/ocp-ppc64le/redis/templates/redis-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/redis/templates/redis-ephemeral.json rename to assets/operator/ocp-ppc64le/redis/templates/redis-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/redis/templates/redis-persistent.json b/assets/operator/ocp-ppc64le/redis/templates/redis-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/redis/templates/redis-persistent.json rename to assets/operator/ocp-ppc64le/redis/templates/redis-persistent.json diff --git a/tmp/build/assets/operator/ocp-ppc64le/ruby/imagestreams/ruby-rhel7-ppc64le.json b/assets/operator/ocp-ppc64le/ruby/imagestreams/ruby-rhel7-ppc64le.json similarity index 100% rename from tmp/build/assets/operator/ocp-ppc64le/ruby/imagestreams/ruby-rhel7-ppc64le.json rename to assets/operator/ocp-ppc64le/ruby/imagestreams/ruby-rhel7-ppc64le.json diff --git a/tmp/build/assets/operator/ocp-s390x/cakephp/templates/cakephp-mysql-example.json b/assets/operator/ocp-s390x/cakephp/templates/cakephp-mysql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/cakephp/templates/cakephp-mysql-example.json rename to assets/operator/ocp-s390x/cakephp/templates/cakephp-mysql-example.json diff --git a/tmp/build/assets/operator/ocp-s390x/cakephp/templates/cakephp-mysql-persistent.json b/assets/operator/ocp-s390x/cakephp/templates/cakephp-mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/cakephp/templates/cakephp-mysql-persistent.json rename to assets/operator/ocp-s390x/cakephp/templates/cakephp-mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/dancer/templates/dancer-mysql-example.json b/assets/operator/ocp-s390x/dancer/templates/dancer-mysql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/dancer/templates/dancer-mysql-example.json rename to assets/operator/ocp-s390x/dancer/templates/dancer-mysql-example.json diff --git a/tmp/build/assets/operator/ocp-s390x/dancer/templates/dancer-mysql-persistent.json b/assets/operator/ocp-s390x/dancer/templates/dancer-mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/dancer/templates/dancer-mysql-persistent.json rename to assets/operator/ocp-s390x/dancer/templates/dancer-mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/django/templates/django-psql-example.json b/assets/operator/ocp-s390x/django/templates/django-psql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/django/templates/django-psql-example.json rename to assets/operator/ocp-s390x/django/templates/django-psql-example.json diff --git a/tmp/build/assets/operator/ocp-s390x/django/templates/django-psql-persistent.json b/assets/operator/ocp-s390x/django/templates/django-psql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/django/templates/django-psql-persistent.json rename to assets/operator/ocp-s390x/django/templates/django-psql-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/golang/imagestreams/golang-rhel7.json b/assets/operator/ocp-s390x/golang/imagestreams/golang-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/golang/imagestreams/golang-rhel7.json rename to assets/operator/ocp-s390x/golang/imagestreams/golang-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/httpd/imagestreams/httpd-rhel7.json b/assets/operator/ocp-s390x/httpd/imagestreams/httpd-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/httpd/imagestreams/httpd-rhel7.json rename to assets/operator/ocp-s390x/httpd/imagestreams/httpd-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/httpd/templates/httpd-example.json b/assets/operator/ocp-s390x/httpd/templates/httpd-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/httpd/templates/httpd-example.json rename to assets/operator/ocp-s390x/httpd/templates/httpd-example.json diff --git a/tmp/build/assets/operator/ocp-s390x/java/imagestreams/java-rhel7-s390x.json b/assets/operator/ocp-s390x/java/imagestreams/java-rhel7-s390x.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/java/imagestreams/java-rhel7-s390x.json rename to assets/operator/ocp-s390x/java/imagestreams/java-rhel7-s390x.json diff --git a/tmp/build/assets/operator/ocp-s390x/java/imagestreams/openjdk-11-rhel7-rhel7-s390x.json b/assets/operator/ocp-s390x/java/imagestreams/openjdk-11-rhel7-rhel7-s390x.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/java/imagestreams/openjdk-11-rhel7-rhel7-s390x.json rename to assets/operator/ocp-s390x/java/imagestreams/openjdk-11-rhel7-rhel7-s390x.json diff --git a/tmp/build/assets/operator/ocp-s390x/java/imagestreams/openjdk-11-rhel8-rhel7-s390x.json b/assets/operator/ocp-s390x/java/imagestreams/openjdk-11-rhel8-rhel7-s390x.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/java/imagestreams/openjdk-11-rhel8-rhel7-s390x.json rename to assets/operator/ocp-s390x/java/imagestreams/openjdk-11-rhel8-rhel7-s390x.json diff --git a/tmp/build/assets/operator/ocp-s390x/java/imagestreams/openjdk-8-rhel8-rhel7-s390x.json b/assets/operator/ocp-s390x/java/imagestreams/openjdk-8-rhel8-rhel7-s390x.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/java/imagestreams/openjdk-8-rhel8-rhel7-s390x.json rename to assets/operator/ocp-s390x/java/imagestreams/openjdk-8-rhel8-rhel7-s390x.json diff --git a/tmp/build/assets/operator/ocp-s390x/java/imagestreams/redhat-openjdk18-openshift-rhel7-s390x.json b/assets/operator/ocp-s390x/java/imagestreams/redhat-openjdk18-openshift-rhel7-s390x.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/java/imagestreams/redhat-openjdk18-openshift-rhel7-s390x.json rename to assets/operator/ocp-s390x/java/imagestreams/redhat-openjdk18-openshift-rhel7-s390x.json diff --git a/tmp/build/assets/operator/ocp-s390x/java/templates/openjdk-web-basic-s2i.json b/assets/operator/ocp-s390x/java/templates/openjdk-web-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/java/templates/openjdk-web-basic-s2i.json rename to assets/operator/ocp-s390x/java/templates/openjdk-web-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-base-rhel7.json b/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-base-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-base-rhel7.json rename to assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-base-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-maven-rhel7.json b/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-maven-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-maven-rhel7.json rename to assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-maven-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json b/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json rename to assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-rhel7.json b/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-rhel7.json rename to assets/operator/ocp-s390x/jenkins/imagestreams/jenkins-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/jenkins/templates/jenkins-ephemeral-monitored.json b/assets/operator/ocp-s390x/jenkins/templates/jenkins-ephemeral-monitored.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/jenkins/templates/jenkins-ephemeral-monitored.json rename to assets/operator/ocp-s390x/jenkins/templates/jenkins-ephemeral-monitored.json diff --git a/tmp/build/assets/operator/ocp-s390x/jenkins/templates/jenkins-ephemeral.json b/assets/operator/ocp-s390x/jenkins/templates/jenkins-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/jenkins/templates/jenkins-ephemeral.json rename to assets/operator/ocp-s390x/jenkins/templates/jenkins-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-s390x/jenkins/templates/jenkins-persistent-monitored.json b/assets/operator/ocp-s390x/jenkins/templates/jenkins-persistent-monitored.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/jenkins/templates/jenkins-persistent-monitored.json rename to assets/operator/ocp-s390x/jenkins/templates/jenkins-persistent-monitored.json diff --git a/tmp/build/assets/operator/ocp-s390x/jenkins/templates/jenkins-persistent.json b/assets/operator/ocp-s390x/jenkins/templates/jenkins-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/jenkins/templates/jenkins-persistent.json rename to assets/operator/ocp-s390x/jenkins/templates/jenkins-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/mariadb/imagestreams/mariadb-rhel7.json b/assets/operator/ocp-s390x/mariadb/imagestreams/mariadb-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/mariadb/imagestreams/mariadb-rhel7.json rename to assets/operator/ocp-s390x/mariadb/imagestreams/mariadb-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/mariadb/templates/mariadb-ephemeral.json b/assets/operator/ocp-s390x/mariadb/templates/mariadb-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/mariadb/templates/mariadb-ephemeral.json rename to assets/operator/ocp-s390x/mariadb/templates/mariadb-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-s390x/mariadb/templates/mariadb-persistent.json b/assets/operator/ocp-s390x/mariadb/templates/mariadb-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/mariadb/templates/mariadb-persistent.json rename to assets/operator/ocp-s390x/mariadb/templates/mariadb-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/mongodb/imagestreams/mongodb-rhel7-s390x.json b/assets/operator/ocp-s390x/mongodb/imagestreams/mongodb-rhel7-s390x.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/mongodb/imagestreams/mongodb-rhel7-s390x.json rename to assets/operator/ocp-s390x/mongodb/imagestreams/mongodb-rhel7-s390x.json diff --git a/tmp/build/assets/operator/ocp-s390x/mongodb/templates/mongodb-ephemeral.json b/assets/operator/ocp-s390x/mongodb/templates/mongodb-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/mongodb/templates/mongodb-ephemeral.json rename to assets/operator/ocp-s390x/mongodb/templates/mongodb-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-s390x/mongodb/templates/mongodb-persistent.json b/assets/operator/ocp-s390x/mongodb/templates/mongodb-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/mongodb/templates/mongodb-persistent.json rename to assets/operator/ocp-s390x/mongodb/templates/mongodb-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/mysql/imagestreams/mysql-rhel7.json b/assets/operator/ocp-s390x/mysql/imagestreams/mysql-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/mysql/imagestreams/mysql-rhel7.json rename to assets/operator/ocp-s390x/mysql/imagestreams/mysql-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/mysql/templates/mysql-ephemeral.json b/assets/operator/ocp-s390x/mysql/templates/mysql-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/mysql/templates/mysql-ephemeral.json rename to assets/operator/ocp-s390x/mysql/templates/mysql-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-s390x/mysql/templates/mysql-persistent.json b/assets/operator/ocp-s390x/mysql/templates/mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/mysql/templates/mysql-persistent.json rename to assets/operator/ocp-s390x/mysql/templates/mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/nginx/imagestreams/nginx-rhel7-s390x.json b/assets/operator/ocp-s390x/nginx/imagestreams/nginx-rhel7-s390x.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/nginx/imagestreams/nginx-rhel7-s390x.json rename to assets/operator/ocp-s390x/nginx/imagestreams/nginx-rhel7-s390x.json diff --git a/tmp/build/assets/operator/ocp-s390x/nginx/templates/nginx-example.json b/assets/operator/ocp-s390x/nginx/templates/nginx-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/nginx/templates/nginx-example.json rename to assets/operator/ocp-s390x/nginx/templates/nginx-example.json diff --git a/tmp/build/assets/operator/ocp-s390x/nodejs/imagestreams/nodejs-rhel7.json b/assets/operator/ocp-s390x/nodejs/imagestreams/nodejs-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/nodejs/imagestreams/nodejs-rhel7.json rename to assets/operator/ocp-s390x/nodejs/imagestreams/nodejs-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/nodejs/templates/nodejs-mongo-persistent.json b/assets/operator/ocp-s390x/nodejs/templates/nodejs-mongo-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/nodejs/templates/nodejs-mongo-persistent.json rename to assets/operator/ocp-s390x/nodejs/templates/nodejs-mongo-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/nodejs/templates/nodejs-mongodb-example.json b/assets/operator/ocp-s390x/nodejs/templates/nodejs-mongodb-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/nodejs/templates/nodejs-mongodb-example.json rename to assets/operator/ocp-s390x/nodejs/templates/nodejs-mongodb-example.json diff --git a/tmp/build/assets/operator/ocp-s390x/perl/imagestreams/perl-rhel7.json b/assets/operator/ocp-s390x/perl/imagestreams/perl-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/perl/imagestreams/perl-rhel7.json rename to assets/operator/ocp-s390x/perl/imagestreams/perl-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/php/imagestreams/php-rhel7.json b/assets/operator/ocp-s390x/php/imagestreams/php-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/php/imagestreams/php-rhel7.json rename to assets/operator/ocp-s390x/php/imagestreams/php-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/postgresql/imagestreams/postgresql-rhel7-s390x.json b/assets/operator/ocp-s390x/postgresql/imagestreams/postgresql-rhel7-s390x.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/postgresql/imagestreams/postgresql-rhel7-s390x.json rename to assets/operator/ocp-s390x/postgresql/imagestreams/postgresql-rhel7-s390x.json diff --git a/tmp/build/assets/operator/ocp-s390x/postgresql/templates/postgresql-ephemeral.json b/assets/operator/ocp-s390x/postgresql/templates/postgresql-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/postgresql/templates/postgresql-ephemeral.json rename to assets/operator/ocp-s390x/postgresql/templates/postgresql-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-s390x/postgresql/templates/postgresql-persistent.json b/assets/operator/ocp-s390x/postgresql/templates/postgresql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/postgresql/templates/postgresql-persistent.json rename to assets/operator/ocp-s390x/postgresql/templates/postgresql-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/python/imagestreams/python-rhel7.json b/assets/operator/ocp-s390x/python/imagestreams/python-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/python/imagestreams/python-rhel7.json rename to assets/operator/ocp-s390x/python/imagestreams/python-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/rails/templates/rails-pgsql-persistent.json b/assets/operator/ocp-s390x/rails/templates/rails-pgsql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/rails/templates/rails-pgsql-persistent.json rename to assets/operator/ocp-s390x/rails/templates/rails-pgsql-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/rails/templates/rails-postgresql-example.json b/assets/operator/ocp-s390x/rails/templates/rails-postgresql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/rails/templates/rails-postgresql-example.json rename to assets/operator/ocp-s390x/rails/templates/rails-postgresql-example.json diff --git a/tmp/build/assets/operator/ocp-s390x/redis/imagestreams/redis-rhel7.json b/assets/operator/ocp-s390x/redis/imagestreams/redis-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/redis/imagestreams/redis-rhel7.json rename to assets/operator/ocp-s390x/redis/imagestreams/redis-rhel7.json diff --git a/tmp/build/assets/operator/ocp-s390x/redis/templates/redis-ephemeral.json b/assets/operator/ocp-s390x/redis/templates/redis-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/redis/templates/redis-ephemeral.json rename to assets/operator/ocp-s390x/redis/templates/redis-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-s390x/redis/templates/redis-persistent.json b/assets/operator/ocp-s390x/redis/templates/redis-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/redis/templates/redis-persistent.json rename to assets/operator/ocp-s390x/redis/templates/redis-persistent.json diff --git a/tmp/build/assets/operator/ocp-s390x/ruby/imagestreams/ruby-rhel7-s390x.json b/assets/operator/ocp-s390x/ruby/imagestreams/ruby-rhel7-s390x.json similarity index 100% rename from tmp/build/assets/operator/ocp-s390x/ruby/imagestreams/ruby-rhel7-s390x.json rename to assets/operator/ocp-s390x/ruby/imagestreams/ruby-rhel7-s390x.json diff --git a/tmp/build/assets/operator/ocp-x86_64/3scale/imagestreams/apicast-gateway.json b/assets/operator/ocp-x86_64/3scale/imagestreams/apicast-gateway.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/3scale/imagestreams/apicast-gateway.json rename to assets/operator/ocp-x86_64/3scale/imagestreams/apicast-gateway.json diff --git a/tmp/build/assets/operator/ocp-x86_64/3scale/templates/3scale-gateway.json b/assets/operator/ocp-x86_64/3scale/templates/3scale-gateway.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/3scale/templates/3scale-gateway.json rename to assets/operator/ocp-x86_64/3scale/templates/3scale-gateway.json diff --git a/tmp/build/assets/operator/ocp-x86_64/amq/imagestreams/jboss-amq-62-rhel7.json b/assets/operator/ocp-x86_64/amq/imagestreams/jboss-amq-62-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/amq/imagestreams/jboss-amq-62-rhel7.json rename to assets/operator/ocp-x86_64/amq/imagestreams/jboss-amq-62-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/amq/imagestreams/jboss-amq-63-rhel7.json b/assets/operator/ocp-x86_64/amq/imagestreams/jboss-amq-63-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/amq/imagestreams/jboss-amq-63-rhel7.json rename to assets/operator/ocp-x86_64/amq/imagestreams/jboss-amq-63-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/amq/templates/amq63-basic.json b/assets/operator/ocp-x86_64/amq/templates/amq63-basic.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/amq/templates/amq63-basic.json rename to assets/operator/ocp-x86_64/amq/templates/amq63-basic.json diff --git a/tmp/build/assets/operator/ocp-x86_64/amq/templates/amq63-persistent-ssl.json b/assets/operator/ocp-x86_64/amq/templates/amq63-persistent-ssl.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/amq/templates/amq63-persistent-ssl.json rename to assets/operator/ocp-x86_64/amq/templates/amq63-persistent-ssl.json diff --git a/tmp/build/assets/operator/ocp-x86_64/amq/templates/amq63-persistent.json b/assets/operator/ocp-x86_64/amq/templates/amq63-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/amq/templates/amq63-persistent.json rename to assets/operator/ocp-x86_64/amq/templates/amq63-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/amq/templates/amq63-ssl.json b/assets/operator/ocp-x86_64/amq/templates/amq63-ssl.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/amq/templates/amq63-ssl.json rename to assets/operator/ocp-x86_64/amq/templates/amq63-ssl.json diff --git a/tmp/build/assets/operator/ocp-x86_64/cakephp/templates/cakephp-mysql-example.json b/assets/operator/ocp-x86_64/cakephp/templates/cakephp-mysql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/cakephp/templates/cakephp-mysql-example.json rename to assets/operator/ocp-x86_64/cakephp/templates/cakephp-mysql-example.json diff --git a/tmp/build/assets/operator/ocp-x86_64/cakephp/templates/cakephp-mysql-persistent.json b/assets/operator/ocp-x86_64/cakephp/templates/cakephp-mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/cakephp/templates/cakephp-mysql-persistent.json rename to assets/operator/ocp-x86_64/cakephp/templates/cakephp-mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/dancer/templates/dancer-mysql-example.json b/assets/operator/ocp-x86_64/dancer/templates/dancer-mysql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/dancer/templates/dancer-mysql-example.json rename to assets/operator/ocp-x86_64/dancer/templates/dancer-mysql-example.json diff --git a/tmp/build/assets/operator/ocp-x86_64/dancer/templates/dancer-mysql-persistent.json b/assets/operator/ocp-x86_64/dancer/templates/dancer-mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/dancer/templates/dancer-mysql-persistent.json rename to assets/operator/ocp-x86_64/dancer/templates/dancer-mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid65-client-openshift-rhel7.json b/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid65-client-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid65-client-openshift-rhel7.json rename to assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid65-client-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid65-openshift-rhel7.json b/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid65-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid65-openshift-rhel7.json rename to assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid65-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid71-client-openshift-rhel7.json b/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid71-client-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid71-client-openshift-rhel7.json rename to assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid71-client-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid71-openshift-rhel7.json b/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid71-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid71-openshift-rhel7.json rename to assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid71-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid72-openshift-rhel7.json b/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid72-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid72-openshift-rhel7.json rename to assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid72-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid73-openshift-rhel7.json b/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid73-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid73-openshift-rhel7.json rename to assets/operator/ocp-x86_64/datagrid/imagestreams/jboss-datagrid73-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datagrid/templates/cache-service.json b/assets/operator/ocp-x86_64/datagrid/templates/cache-service.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datagrid/templates/cache-service.json rename to assets/operator/ocp-x86_64/datagrid/templates/cache-service.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datagrid/templates/datagrid-service.json b/assets/operator/ocp-x86_64/datagrid/templates/datagrid-service.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datagrid/templates/datagrid-service.json rename to assets/operator/ocp-x86_64/datagrid/templates/datagrid-service.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datavirt/imagestreams/jboss-datavirt64-driver-openshift-rhel7.json b/assets/operator/ocp-x86_64/datavirt/imagestreams/jboss-datavirt64-driver-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datavirt/imagestreams/jboss-datavirt64-driver-openshift-rhel7.json rename to assets/operator/ocp-x86_64/datavirt/imagestreams/jboss-datavirt64-driver-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datavirt/imagestreams/jboss-datavirt64-openshift-rhel7.json b/assets/operator/ocp-x86_64/datavirt/imagestreams/jboss-datavirt64-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datavirt/imagestreams/jboss-datavirt64-openshift-rhel7.json rename to assets/operator/ocp-x86_64/datavirt/imagestreams/jboss-datavirt64-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-basic-s2i.json b/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-basic-s2i.json rename to assets/operator/ocp-x86_64/datavirt/templates/datavirt64-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-extensions-support-s2i.json b/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-extensions-support-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-extensions-support-s2i.json rename to assets/operator/ocp-x86_64/datavirt/templates/datavirt64-extensions-support-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-ldap-s2i.json b/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-ldap-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-ldap-s2i.json rename to assets/operator/ocp-x86_64/datavirt/templates/datavirt64-ldap-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-secure-s2i.json b/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-secure-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/datavirt/templates/datavirt64-secure-s2i.json rename to assets/operator/ocp-x86_64/datavirt/templates/datavirt64-secure-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/decisionserver/imagestreams/jboss-decisionserver64-openshift-rhel7.json b/assets/operator/ocp-x86_64/decisionserver/imagestreams/jboss-decisionserver64-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/decisionserver/imagestreams/jboss-decisionserver64-openshift-rhel7.json rename to assets/operator/ocp-x86_64/decisionserver/imagestreams/jboss-decisionserver64-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/decisionserver/templates/decisionserver64-amq-s2i.json b/assets/operator/ocp-x86_64/decisionserver/templates/decisionserver64-amq-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/decisionserver/templates/decisionserver64-amq-s2i.json rename to assets/operator/ocp-x86_64/decisionserver/templates/decisionserver64-amq-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/decisionserver/templates/decisionserver64-basic-s2i.json b/assets/operator/ocp-x86_64/decisionserver/templates/decisionserver64-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/decisionserver/templates/decisionserver64-basic-s2i.json rename to assets/operator/ocp-x86_64/decisionserver/templates/decisionserver64-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/django/templates/django-psql-example.json b/assets/operator/ocp-x86_64/django/templates/django-psql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/django/templates/django-psql-example.json rename to assets/operator/ocp-x86_64/django/templates/django-psql-example.json diff --git a/tmp/build/assets/operator/ocp-x86_64/django/templates/django-psql-persistent.json b/assets/operator/ocp-x86_64/django/templates/django-psql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/django/templates/django-psql-persistent.json rename to assets/operator/ocp-x86_64/django/templates/django-psql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-rhel7.json b/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-rhel7.json rename to assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-runtime-rhel7.json b/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-runtime-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-runtime-rhel7.json rename to assets/operator/ocp-x86_64/dotnet/imagestreams/dotnet-runtime-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/dotnet/templates/dotnet-example.json b/assets/operator/ocp-x86_64/dotnet/templates/dotnet-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/dotnet/templates/dotnet-example.json rename to assets/operator/ocp-x86_64/dotnet/templates/dotnet-example.json diff --git a/tmp/build/assets/operator/ocp-x86_64/dotnet/templates/dotnet-pgsql-persistent.json b/assets/operator/ocp-x86_64/dotnet/templates/dotnet-pgsql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/dotnet/templates/dotnet-pgsql-persistent.json rename to assets/operator/ocp-x86_64/dotnet/templates/dotnet-pgsql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap-cd/imagestreams/eap-cd-openshift-rhel8.json b/assets/operator/ocp-x86_64/eap-cd/imagestreams/eap-cd-openshift-rhel8.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap-cd/imagestreams/eap-cd-openshift-rhel8.json rename to assets/operator/ocp-x86_64/eap-cd/imagestreams/eap-cd-openshift-rhel8.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap-cd/imagestreams/eap-cd-runtime-openshift-rhel8.json b/assets/operator/ocp-x86_64/eap-cd/imagestreams/eap-cd-runtime-openshift-rhel8.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap-cd/imagestreams/eap-cd-runtime-openshift-rhel8.json rename to assets/operator/ocp-x86_64/eap-cd/imagestreams/eap-cd-runtime-openshift-rhel8.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap-cd/templates/eap-cd-basic-s2i.json b/assets/operator/ocp-x86_64/eap-cd/templates/eap-cd-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap-cd/templates/eap-cd-basic-s2i.json rename to assets/operator/ocp-x86_64/eap-cd/templates/eap-cd-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap-cd/templates/eap-cd-starter-s2i.json b/assets/operator/ocp-x86_64/eap-cd/templates/eap-cd-starter-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap-cd/templates/eap-cd-starter-s2i.json rename to assets/operator/ocp-x86_64/eap-cd/templates/eap-cd-starter-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap64-openshift-rhel7.json b/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap64-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap64-openshift-rhel7.json rename to assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap64-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap70-openshift-rhel7.json b/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap70-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap70-openshift-rhel7.json rename to assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap70-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap71-openshift-rhel7.json b/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap71-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap71-openshift-rhel7.json rename to assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap71-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap72-openshift-rhel7.json b/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap72-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap72-openshift-rhel7.json rename to assets/operator/ocp-x86_64/eap/imagestreams/jboss-eap72-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-basic-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-basic-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-https-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-https-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-https-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-https-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-mongodb-persistent-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-mongodb-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-mongodb-persistent-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-mongodb-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-mongodb-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-mongodb-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-mongodb-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-mongodb-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-mysql-persistent-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-mysql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-mysql-persistent-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-mysql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-mysql-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-mysql-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-mysql-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-mysql-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-postgresql-persistent-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-postgresql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-postgresql-persistent-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-postgresql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-postgresql-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-postgresql-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-postgresql-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-postgresql-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-sso-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-sso-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-sso-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-sso-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-third-party-db-s2i.json b/assets/operator/ocp-x86_64/eap/templates/eap72-third-party-db-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/eap/templates/eap72-third-party-db-s2i.json rename to assets/operator/ocp-x86_64/eap/templates/eap72-third-party-db-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/apicurito-ui-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/apicurito-ui-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/apicurito-ui-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/apicurito-ui-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fis-java-openshift-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/fis-java-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fis-java-openshift-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/fis-java-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fis-karaf-openshift-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/fis-karaf-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fis-karaf-openshift-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/fis-karaf-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse-apicurito-generator-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/fuse-apicurito-generator-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse-apicurito-generator-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/fuse-apicurito-generator-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-console-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-console-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-console-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/fuse7-console-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-eap-openshift-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-eap-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-eap-openshift-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/fuse7-eap-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-java-openshift-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-java-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-java-openshift-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/fuse7-java-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-karaf-openshift-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-karaf-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/fuse7-karaf-openshift-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/fuse7-karaf-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-console-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-console-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-console-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-console-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-eap-openshift-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-eap-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-eap-openshift-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-eap-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-java-openshift-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-java-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-java-openshift-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-java-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-karaf-openshift-rhel7.json b/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-karaf-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-karaf-openshift-rhel7.json rename to assets/operator/ocp-x86_64/fis/imagestreams/jboss-fuse70-karaf-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/templates/apicurito.json b/assets/operator/ocp-x86_64/fis/templates/apicurito.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/templates/apicurito.json rename to assets/operator/ocp-x86_64/fis/templates/apicurito.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/templates/fuse75-console.json b/assets/operator/ocp-x86_64/fis/templates/fuse75-console.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/templates/fuse75-console.json rename to assets/operator/ocp-x86_64/fis/templates/fuse75-console.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/templates/fuse76-console.json b/assets/operator/ocp-x86_64/fis/templates/fuse76-console.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/templates/fuse76-console.json rename to assets/operator/ocp-x86_64/fis/templates/fuse76-console.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel-rest-3scale.json b/assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel-rest-3scale.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel-rest-3scale.json rename to assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel-rest-3scale.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel-xml.json b/assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel-xml.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel-xml.json rename to assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel-xml.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel.json b/assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel.json rename to assets/operator/ocp-x86_64/fis/templates/s2i-fuse75-spring-boot-camel.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel-rest-3scale.json b/assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel-rest-3scale.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel-rest-3scale.json rename to assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel-rest-3scale.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel-xml.json b/assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel-xml.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel-xml.json rename to assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel-xml.json diff --git a/tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel.json b/assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel.json rename to assets/operator/ocp-x86_64/fis/templates/s2i-fuse76-spring-boot-camel.json diff --git a/tmp/build/assets/operator/ocp-x86_64/golang/imagestreams/golang-rhel7.json b/assets/operator/ocp-x86_64/golang/imagestreams/golang-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/golang/imagestreams/golang-rhel7.json rename to assets/operator/ocp-x86_64/golang/imagestreams/golang-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/httpd/imagestreams/httpd-rhel7.json b/assets/operator/ocp-x86_64/httpd/imagestreams/httpd-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/httpd/imagestreams/httpd-rhel7.json rename to assets/operator/ocp-x86_64/httpd/imagestreams/httpd-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/httpd/templates/httpd-example.json b/assets/operator/ocp-x86_64/httpd/templates/httpd-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/httpd/templates/httpd-example.json rename to assets/operator/ocp-x86_64/httpd/templates/httpd-example.json diff --git a/tmp/build/assets/operator/ocp-x86_64/java/imagestreams/java-rhel7.json b/assets/operator/ocp-x86_64/java/imagestreams/java-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/java/imagestreams/java-rhel7.json rename to assets/operator/ocp-x86_64/java/imagestreams/java-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/java/imagestreams/openjdk-11-rhel7-rhel7.json b/assets/operator/ocp-x86_64/java/imagestreams/openjdk-11-rhel7-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/java/imagestreams/openjdk-11-rhel7-rhel7.json rename to assets/operator/ocp-x86_64/java/imagestreams/openjdk-11-rhel7-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/java/imagestreams/openjdk-11-rhel8-rhel7.json b/assets/operator/ocp-x86_64/java/imagestreams/openjdk-11-rhel8-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/java/imagestreams/openjdk-11-rhel8-rhel7.json rename to assets/operator/ocp-x86_64/java/imagestreams/openjdk-11-rhel8-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/java/imagestreams/openjdk-8-rhel8-rhel7.json b/assets/operator/ocp-x86_64/java/imagestreams/openjdk-8-rhel8-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/java/imagestreams/openjdk-8-rhel8-rhel7.json rename to assets/operator/ocp-x86_64/java/imagestreams/openjdk-8-rhel8-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/java/imagestreams/redhat-openjdk18-openshift-rhel7.json b/assets/operator/ocp-x86_64/java/imagestreams/redhat-openjdk18-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/java/imagestreams/redhat-openjdk18-openshift-rhel7.json rename to assets/operator/ocp-x86_64/java/imagestreams/redhat-openjdk18-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/java/templates/openjdk-web-basic-s2i.json b/assets/operator/ocp-x86_64/java/templates/openjdk-web-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/java/templates/openjdk-web-basic-s2i.json rename to assets/operator/ocp-x86_64/java/templates/openjdk-web-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-agent-maven-rhel7.json b/assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-agent-maven-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-agent-maven-rhel7.json rename to assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-agent-maven-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json b/assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json rename to assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-agent-nodejs-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-rhel7.json b/assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-rhel7.json rename to assets/operator/ocp-x86_64/jenkins/imagestreams/jenkins-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/jenkins/templates/jenkins-ephemeral-monitored.json b/assets/operator/ocp-x86_64/jenkins/templates/jenkins-ephemeral-monitored.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/jenkins/templates/jenkins-ephemeral-monitored.json rename to assets/operator/ocp-x86_64/jenkins/templates/jenkins-ephemeral-monitored.json diff --git a/tmp/build/assets/operator/ocp-x86_64/jenkins/templates/jenkins-ephemeral.json b/assets/operator/ocp-x86_64/jenkins/templates/jenkins-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/jenkins/templates/jenkins-ephemeral.json rename to assets/operator/ocp-x86_64/jenkins/templates/jenkins-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-x86_64/jenkins/templates/jenkins-persistent-monitored.json b/assets/operator/ocp-x86_64/jenkins/templates/jenkins-persistent-monitored.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/jenkins/templates/jenkins-persistent-monitored.json rename to assets/operator/ocp-x86_64/jenkins/templates/jenkins-persistent-monitored.json diff --git a/tmp/build/assets/operator/ocp-x86_64/jenkins/templates/jenkins-persistent.json b/assets/operator/ocp-x86_64/jenkins/templates/jenkins-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/jenkins/templates/jenkins-persistent.json rename to assets/operator/ocp-x86_64/jenkins/templates/jenkins-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/mariadb/imagestreams/mariadb-rhel7.json b/assets/operator/ocp-x86_64/mariadb/imagestreams/mariadb-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/mariadb/imagestreams/mariadb-rhel7.json rename to assets/operator/ocp-x86_64/mariadb/imagestreams/mariadb-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/mariadb/templates/mariadb-ephemeral.json b/assets/operator/ocp-x86_64/mariadb/templates/mariadb-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/mariadb/templates/mariadb-ephemeral.json rename to assets/operator/ocp-x86_64/mariadb/templates/mariadb-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-x86_64/mariadb/templates/mariadb-persistent.json b/assets/operator/ocp-x86_64/mariadb/templates/mariadb-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/mariadb/templates/mariadb-persistent.json rename to assets/operator/ocp-x86_64/mariadb/templates/mariadb-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/mongodb/imagestreams/mongodb-rhel7.json b/assets/operator/ocp-x86_64/mongodb/imagestreams/mongodb-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/mongodb/imagestreams/mongodb-rhel7.json rename to assets/operator/ocp-x86_64/mongodb/imagestreams/mongodb-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/mongodb/templates/mongodb-ephemeral.json b/assets/operator/ocp-x86_64/mongodb/templates/mongodb-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/mongodb/templates/mongodb-ephemeral.json rename to assets/operator/ocp-x86_64/mongodb/templates/mongodb-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-x86_64/mongodb/templates/mongodb-persistent.json b/assets/operator/ocp-x86_64/mongodb/templates/mongodb-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/mongodb/templates/mongodb-persistent.json rename to assets/operator/ocp-x86_64/mongodb/templates/mongodb-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/mysql/imagestreams/mysql-rhel7.json b/assets/operator/ocp-x86_64/mysql/imagestreams/mysql-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/mysql/imagestreams/mysql-rhel7.json rename to assets/operator/ocp-x86_64/mysql/imagestreams/mysql-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/mysql/templates/mysql-ephemeral.json b/assets/operator/ocp-x86_64/mysql/templates/mysql-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/mysql/templates/mysql-ephemeral.json rename to assets/operator/ocp-x86_64/mysql/templates/mysql-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-x86_64/mysql/templates/mysql-persistent.json b/assets/operator/ocp-x86_64/mysql/templates/mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/mysql/templates/mysql-persistent.json rename to assets/operator/ocp-x86_64/mysql/templates/mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/nginx/imagestreams/nginx-rhel7.json b/assets/operator/ocp-x86_64/nginx/imagestreams/nginx-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/nginx/imagestreams/nginx-rhel7.json rename to assets/operator/ocp-x86_64/nginx/imagestreams/nginx-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/nginx/templates/nginx-example.json b/assets/operator/ocp-x86_64/nginx/templates/nginx-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/nginx/templates/nginx-example.json rename to assets/operator/ocp-x86_64/nginx/templates/nginx-example.json diff --git a/tmp/build/assets/operator/ocp-x86_64/nodejs/imagestreams/nodejs-rhel7.json b/assets/operator/ocp-x86_64/nodejs/imagestreams/nodejs-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/nodejs/imagestreams/nodejs-rhel7.json rename to assets/operator/ocp-x86_64/nodejs/imagestreams/nodejs-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/nodejs/templates/nodejs-mongo-persistent.json b/assets/operator/ocp-x86_64/nodejs/templates/nodejs-mongo-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/nodejs/templates/nodejs-mongo-persistent.json rename to assets/operator/ocp-x86_64/nodejs/templates/nodejs-mongo-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/nodejs/templates/nodejs-mongodb-example.json b/assets/operator/ocp-x86_64/nodejs/templates/nodejs-mongodb-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/nodejs/templates/nodejs-mongodb-example.json rename to assets/operator/ocp-x86_64/nodejs/templates/nodejs-mongodb-example.json diff --git a/tmp/build/assets/operator/ocp-x86_64/perl/imagestreams/perl-rhel7.json b/assets/operator/ocp-x86_64/perl/imagestreams/perl-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/perl/imagestreams/perl-rhel7.json rename to assets/operator/ocp-x86_64/perl/imagestreams/perl-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/php/imagestreams/php-rhel7.json b/assets/operator/ocp-x86_64/php/imagestreams/php-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/php/imagestreams/php-rhel7.json rename to assets/operator/ocp-x86_64/php/imagestreams/php-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/postgresql/imagestreams/postgresql-rhel7.json b/assets/operator/ocp-x86_64/postgresql/imagestreams/postgresql-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/postgresql/imagestreams/postgresql-rhel7.json rename to assets/operator/ocp-x86_64/postgresql/imagestreams/postgresql-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/postgresql/templates/postgresql-ephemeral.json b/assets/operator/ocp-x86_64/postgresql/templates/postgresql-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/postgresql/templates/postgresql-ephemeral.json rename to assets/operator/ocp-x86_64/postgresql/templates/postgresql-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-x86_64/postgresql/templates/postgresql-persistent.json b/assets/operator/ocp-x86_64/postgresql/templates/postgresql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/postgresql/templates/postgresql-persistent.json rename to assets/operator/ocp-x86_64/postgresql/templates/postgresql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/imagestreams/jboss-processserver64-openshift-rhel7.json b/assets/operator/ocp-x86_64/processserver/imagestreams/jboss-processserver64-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/imagestreams/jboss-processserver64-openshift-rhel7.json rename to assets/operator/ocp-x86_64/processserver/imagestreams/jboss-processserver64-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-mysql-persistent-s2i.json b/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-mysql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-mysql-persistent-s2i.json rename to assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-mysql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-mysql-s2i.json b/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-mysql-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-mysql-s2i.json rename to assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-mysql-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-postgresql-persistent-s2i.json b/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-postgresql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-postgresql-persistent-s2i.json rename to assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-postgresql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-postgresql-s2i.json b/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-postgresql-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-postgresql-s2i.json rename to assets/operator/ocp-x86_64/processserver/templates/processserver64-amq-postgresql-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-basic-s2i.json b/assets/operator/ocp-x86_64/processserver/templates/processserver64-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-basic-s2i.json rename to assets/operator/ocp-x86_64/processserver/templates/processserver64-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-externaldb-s2i.json b/assets/operator/ocp-x86_64/processserver/templates/processserver64-externaldb-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-externaldb-s2i.json rename to assets/operator/ocp-x86_64/processserver/templates/processserver64-externaldb-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-mysql-persistent-s2i.json b/assets/operator/ocp-x86_64/processserver/templates/processserver64-mysql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-mysql-persistent-s2i.json rename to assets/operator/ocp-x86_64/processserver/templates/processserver64-mysql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-mysql-s2i.json b/assets/operator/ocp-x86_64/processserver/templates/processserver64-mysql-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-mysql-s2i.json rename to assets/operator/ocp-x86_64/processserver/templates/processserver64-mysql-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-postgresql-persistent-s2i.json b/assets/operator/ocp-x86_64/processserver/templates/processserver64-postgresql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/processserver/templates/processserver64-postgresql-persistent-s2i.json rename to assets/operator/ocp-x86_64/processserver/templates/processserver64-postgresql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/python/imagestreams/python-rhel7.json b/assets/operator/ocp-x86_64/python/imagestreams/python-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/python/imagestreams/python-rhel7.json rename to assets/operator/ocp-x86_64/python/imagestreams/python-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rails/templates/rails-pgsql-persistent.json b/assets/operator/ocp-x86_64/rails/templates/rails-pgsql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rails/templates/rails-pgsql-persistent.json rename to assets/operator/ocp-x86_64/rails/templates/rails-pgsql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rails/templates/rails-postgresql-example.json b/assets/operator/ocp-x86_64/rails/templates/rails-postgresql-example.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rails/templates/rails-postgresql-example.json rename to assets/operator/ocp-x86_64/rails/templates/rails-postgresql-example.json diff --git a/tmp/build/assets/operator/ocp-x86_64/redis/imagestreams/redis-rhel7.json b/assets/operator/ocp-x86_64/redis/imagestreams/redis-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/redis/imagestreams/redis-rhel7.json rename to assets/operator/ocp-x86_64/redis/imagestreams/redis-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/redis/templates/redis-ephemeral.json b/assets/operator/ocp-x86_64/redis/templates/redis-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/redis/templates/redis-ephemeral.json rename to assets/operator/ocp-x86_64/redis/templates/redis-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-x86_64/redis/templates/redis-persistent.json b/assets/operator/ocp-x86_64/redis/templates/redis-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/redis/templates/redis-persistent.json rename to assets/operator/ocp-x86_64/redis/templates/redis-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhdm/imagestreams/rhdm-decisioncentral-rhel8.json b/assets/operator/ocp-x86_64/rhdm/imagestreams/rhdm-decisioncentral-rhel8.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhdm/imagestreams/rhdm-decisioncentral-rhel8.json rename to assets/operator/ocp-x86_64/rhdm/imagestreams/rhdm-decisioncentral-rhel8.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhdm/imagestreams/rhdm-kieserver-rhel8.json b/assets/operator/ocp-x86_64/rhdm/imagestreams/rhdm-kieserver-rhel8.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhdm/imagestreams/rhdm-kieserver-rhel8.json rename to assets/operator/ocp-x86_64/rhdm/imagestreams/rhdm-kieserver-rhel8.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-authoring-ha.json b/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-authoring-ha.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-authoring-ha.json rename to assets/operator/ocp-x86_64/rhdm/templates/rhdm77-authoring-ha.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-authoring.json b/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-authoring.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-authoring.json rename to assets/operator/ocp-x86_64/rhdm/templates/rhdm77-authoring.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-kieserver.json b/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-kieserver.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-kieserver.json rename to assets/operator/ocp-x86_64/rhdm/templates/rhdm77-kieserver.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-prod-immutable-kieserver-amq.json b/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-prod-immutable-kieserver-amq.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-prod-immutable-kieserver-amq.json rename to assets/operator/ocp-x86_64/rhdm/templates/rhdm77-prod-immutable-kieserver-amq.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-prod-immutable-kieserver.json b/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-prod-immutable-kieserver.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-prod-immutable-kieserver.json rename to assets/operator/ocp-x86_64/rhdm/templates/rhdm77-prod-immutable-kieserver.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-trial-ephemeral.json b/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-trial-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhdm/templates/rhdm77-trial-ephemeral.json rename to assets/operator/ocp-x86_64/rhdm/templates/rhdm77-trial-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-businesscentral-monitoring-rhel8.json b/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-businesscentral-monitoring-rhel8.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-businesscentral-monitoring-rhel8.json rename to assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-businesscentral-monitoring-rhel8.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-businesscentral-rhel8.json b/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-businesscentral-rhel8.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-businesscentral-rhel8.json rename to assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-businesscentral-rhel8.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-kieserver-rhel8.json b/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-kieserver-rhel8.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-kieserver-rhel8.json rename to assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-kieserver-rhel8.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-smartrouter-rhel8.json b/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-smartrouter-rhel8.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-smartrouter-rhel8.json rename to assets/operator/ocp-x86_64/rhpam/imagestreams/rhpam-smartrouter-rhel8.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-authoring-ha.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-authoring-ha.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-authoring-ha.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-authoring-ha.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-authoring.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-authoring.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-authoring.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-authoring.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-externaldb.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-externaldb.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-externaldb.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-externaldb.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-mysql.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-mysql.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-mysql.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-mysql.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-postgresql.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-postgresql.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-postgresql.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-kieserver-postgresql.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-managed.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-managed.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-managed.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-managed.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-kieserver-amq.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-kieserver-amq.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-kieserver-amq.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-kieserver-amq.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-kieserver.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-kieserver.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-kieserver.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-kieserver.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-monitor.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-monitor.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-monitor.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod-immutable-monitor.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-prod.json diff --git a/tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-trial-ephemeral.json b/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-trial-ephemeral.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/rhpam/templates/rhpam77-trial-ephemeral.json rename to assets/operator/ocp-x86_64/rhpam/templates/rhpam77-trial-ephemeral.json diff --git a/tmp/build/assets/operator/ocp-x86_64/ruby/imagestreams/ruby-rhel7.json b/assets/operator/ocp-x86_64/ruby/imagestreams/ruby-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/ruby/imagestreams/ruby-rhel7.json rename to assets/operator/ocp-x86_64/ruby/imagestreams/ruby-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso70-openshift-rhel7.json b/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso70-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso70-openshift-rhel7.json rename to assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso70-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso71-openshift-rhel7.json b/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso71-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso71-openshift-rhel7.json rename to assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso71-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso72-openshift-rhel7.json b/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso72-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso72-openshift-rhel7.json rename to assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso72-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso73-openshift-rhel7.json b/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso73-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso73-openshift-rhel7.json rename to assets/operator/ocp-x86_64/sso/imagestreams/redhat-sso73-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/sso74-openshift-rhel8.json b/assets/operator/ocp-x86_64/sso/imagestreams/sso74-openshift-rhel8.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/imagestreams/sso74-openshift-rhel8.json rename to assets/operator/ocp-x86_64/sso/imagestreams/sso74-openshift-rhel8.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-https.json b/assets/operator/ocp-x86_64/sso/templates/sso72-https.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-https.json rename to assets/operator/ocp-x86_64/sso/templates/sso72-https.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-mysql-persistent.json b/assets/operator/ocp-x86_64/sso/templates/sso72-mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-mysql-persistent.json rename to assets/operator/ocp-x86_64/sso/templates/sso72-mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-mysql.json b/assets/operator/ocp-x86_64/sso/templates/sso72-mysql.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-mysql.json rename to assets/operator/ocp-x86_64/sso/templates/sso72-mysql.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-postgresql-persistent.json b/assets/operator/ocp-x86_64/sso/templates/sso72-postgresql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-postgresql-persistent.json rename to assets/operator/ocp-x86_64/sso/templates/sso72-postgresql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-postgresql.json b/assets/operator/ocp-x86_64/sso/templates/sso72-postgresql.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso72-postgresql.json rename to assets/operator/ocp-x86_64/sso/templates/sso72-postgresql.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-https.json b/assets/operator/ocp-x86_64/sso/templates/sso73-https.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-https.json rename to assets/operator/ocp-x86_64/sso/templates/sso73-https.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-mysql-persistent.json b/assets/operator/ocp-x86_64/sso/templates/sso73-mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-mysql-persistent.json rename to assets/operator/ocp-x86_64/sso/templates/sso73-mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-mysql.json b/assets/operator/ocp-x86_64/sso/templates/sso73-mysql.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-mysql.json rename to assets/operator/ocp-x86_64/sso/templates/sso73-mysql.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-https.json b/assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-https.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-https.json rename to assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-https.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-mysql-persistent.json b/assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-mysql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-mysql-persistent.json rename to assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-mysql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-postgresql-persistent.json b/assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-postgresql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-postgresql-persistent.json rename to assets/operator/ocp-x86_64/sso/templates/sso73-ocp4-x509-postgresql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-postgresql-persistent.json b/assets/operator/ocp-x86_64/sso/templates/sso73-postgresql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-postgresql-persistent.json rename to assets/operator/ocp-x86_64/sso/templates/sso73-postgresql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-postgresql.json b/assets/operator/ocp-x86_64/sso/templates/sso73-postgresql.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso73-postgresql.json rename to assets/operator/ocp-x86_64/sso/templates/sso73-postgresql.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-https.json b/assets/operator/ocp-x86_64/sso/templates/sso74-https.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-https.json rename to assets/operator/ocp-x86_64/sso/templates/sso74-https.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-ocp4-x509-https.json b/assets/operator/ocp-x86_64/sso/templates/sso74-ocp4-x509-https.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-ocp4-x509-https.json rename to assets/operator/ocp-x86_64/sso/templates/sso74-ocp4-x509-https.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-ocp4-x509-postgresql-persistent.json b/assets/operator/ocp-x86_64/sso/templates/sso74-ocp4-x509-postgresql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-ocp4-x509-postgresql-persistent.json rename to assets/operator/ocp-x86_64/sso/templates/sso74-ocp4-x509-postgresql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-postgresql-persistent.json b/assets/operator/ocp-x86_64/sso/templates/sso74-postgresql-persistent.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-postgresql-persistent.json rename to assets/operator/ocp-x86_64/sso/templates/sso74-postgresql-persistent.json diff --git a/tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-postgresql.json b/assets/operator/ocp-x86_64/sso/templates/sso74-postgresql.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/sso/templates/sso74-postgresql.json rename to assets/operator/ocp-x86_64/sso/templates/sso74-postgresql.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver30-tomcat7-openshift-rhel7.json b/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver30-tomcat7-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver30-tomcat7-openshift-rhel7.json rename to assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver30-tomcat7-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver30-tomcat8-openshift-rhel7.json b/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver30-tomcat8-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver30-tomcat8-openshift-rhel7.json rename to assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver30-tomcat8-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver31-tomcat7-openshift-rhel7.json b/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver31-tomcat7-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver31-tomcat7-openshift-rhel7.json rename to assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver31-tomcat7-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver31-tomcat8-openshift-rhel7.json b/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver31-tomcat8-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver31-tomcat8-openshift-rhel7.json rename to assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver31-tomcat8-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver50-tomcat9-openshift-rhel7.json b/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver50-tomcat9-openshift-rhel7.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver50-tomcat9-openshift-rhel7.json rename to assets/operator/ocp-x86_64/webserver/imagestreams/jboss-webserver50-tomcat9-openshift-rhel7.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-basic-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-basic-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-https-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-https-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-https-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-https-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mongodb-persistent-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mongodb-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mongodb-persistent-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mongodb-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mongodb-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mongodb-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mongodb-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mongodb-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mysql-persistent-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mysql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mysql-persistent-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mysql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mysql-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mysql-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mysql-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-mysql-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-postgresql-persistent-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-postgresql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-postgresql-persistent-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-postgresql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-postgresql-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-postgresql-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-postgresql-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat7-postgresql-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-basic-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-basic-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-https-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-https-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-https-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-https-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mongodb-persistent-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mongodb-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mongodb-persistent-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mongodb-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mongodb-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mongodb-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mongodb-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mongodb-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mysql-persistent-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mysql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mysql-persistent-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mysql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mysql-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mysql-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mysql-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-mysql-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-postgresql-persistent-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-postgresql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-postgresql-persistent-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws31-tomcat8-postgresql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-basic-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-basic-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-basic-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-basic-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-https-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-https-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-https-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-https-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mongodb-persistent-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mongodb-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mongodb-persistent-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mongodb-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mongodb-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mongodb-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mongodb-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mongodb-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mysql-persistent-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mysql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mysql-persistent-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mysql-persistent-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mysql-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mysql-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mysql-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-mysql-s2i.json diff --git a/tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-postgresql-persistent-s2i.json b/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-postgresql-persistent-s2i.json similarity index 100% rename from tmp/build/assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-postgresql-persistent-s2i.json rename to assets/operator/ocp-x86_64/webserver/templates/jws50-tomcat9-postgresql-persistent-s2i.json diff --git a/tmp/build/library-sync.sh b/library-sync.sh similarity index 100% rename from tmp/build/library-sync.sh rename to library-sync.sh