Skip to content

Commit

Permalink
Copy nightly csv to master (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
che-bot and mkuznyetsov committed Aug 27, 2020
1 parent 53ada56 commit 97f22ce
Show file tree
Hide file tree
Showing 18 changed files with 6,730 additions and 4 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
--- /root/payload/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.17.2/eclipse-che-preview-kubernetes.crd.yaml 2020-08-26 14:52:07.856255854 +0100
+++ /root/payload/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.18.0/eclipse-che-preview-kubernetes.crd.yaml 2020-08-26 14:54:14.573689545 +0100
@@ -284,12 +284,17 @@
cheFlavor:
description: Flavor of the installation. This is either `che` for
upstream Che installations, or `codeready` for CodeReady Workspaces
- installation. In most cases the default value should not be overriden.
+ installation. In most cases the default value should not be overridden.
type: string
cheHost:
- description: Public hostname of the installed Che server. This will
- be automatically set by the operator. In most cases the default
- value set by the operator should not be overriden.
+ description: Public hostname of the installed Che server. If value
+ is omitted then it will be automatically set by the operator.
+ (see the `cheHostTLSSecret` field).
+ type: string
+ cheHostTLSSecret:
+ description: Name of a secret containing certificates to secure
+ ingress/route for the custom hostname of the installed Che server.
+ (see the `cheHost` field).
type: string
cheImage:
description: Overrides the container image used in Che deployment.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
--- /root/payload/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/9.9.9-nightly.1597916268/eclipse-che-preview-kubernetes.v9.9.9-nightly.1597916268.clusterserviceversion.yaml 2020-08-26 14:52:07.881254953 +0100
+++ /root/payload/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/9.9.9-nightly.1598450051/eclipse-che-preview-kubernetes.v9.9.9-nightly.1598450051.clusterserviceversion.yaml 2020-08-26 14:54:12.527763271 +0100
@@ -52,13 +52,13 @@
categories: Developer Tools
certified: "false"
containerImage: quay.io/eclipse/che-operator:nightly
- createdAt: "2020-08-20T09:37:48Z"
+ createdAt: "2020-08-26T13:54:12Z"
description: A Kube-native development solution that delivers portable and collaborative
developer workspaces.
operatorframework.io/suggested-namespace: eclipse-che
repository: https://github.com/eclipse/che-operator
support: Eclipse Foundation
- name: eclipse-che-preview-kubernetes.v9.9.9-nightly.1597916268
+ name: eclipse-che-preview-kubernetes.v9.9.9-nightly.1598450051
namespace: placeholder
spec:
apiservicedefinitions: {}
@@ -398,5 +398,5 @@
maturity: stable
provider:
name: Eclipse Foundation
- replaces: eclipse-che-preview-kubernetes.v9.9.9-nightly.1597060381
- version: 9.9.9-nightly.1597916268
+ replaces: eclipse-che-preview-kubernetes.v9.9.9-nightly.1597916268
+ version: 9.9.9-nightly.1598450051
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- currentCSV: eclipse-che-preview-kubernetes.v9.9.9-nightly.1597916268
- currentCSV: eclipse-che-preview-kubernetes.v9.9.9-nightly.1598450051
name: nightly
- currentCSV: eclipse-che-preview-kubernetes.v7.17.2
- currentCSV: eclipse-che-preview-kubernetes.v7.18.0
name: stable
defaultChannel: stable
packageName: eclipse-che-preview-kubernetes

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
--- /root/payload/che-operator/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.17.2/eclipse-che-preview-openshift.crd.yaml 2020-08-26 14:52:07.891254593 +0100
+++ /root/payload/che-operator/olm/eclipse-che-preview-openshift/deploy/olm-catalog/eclipse-che-preview-openshift/7.18.0/eclipse-che-preview-openshift.crd.yaml 2020-08-26 14:55:43.343490693 +0100
@@ -285,12 +285,17 @@
cheFlavor:
description: Flavor of the installation. This is either `che` for
upstream Che installations, or `codeready` for CodeReady Workspaces
- installation. In most cases the default value should not be overriden.
+ installation. In most cases the default value should not be overridden.
type: string
cheHost:
- description: Public hostname of the installed Che server. This will
- be automatically set by the operator. In most cases the default
- value set by the operator should not be overriden.
+ description: Public hostname of the installed Che server. If value
+ is omitted then it will be automatically set by the operator.
+ (see the `cheHostTLSSecret` field).
+ type: string
+ cheHostTLSSecret:
+ description: Name of a secret containing certificates to secure
+ ingress/route for the custom hostname of the installed Che server.
+ (see the `cheHost` field).
type: string
cheImage:
description: Overrides the container image used in Che deployment.

Large diffs are not rendered by default.

Loading

0 comments on commit 97f22ce

Please sign in to comment.