-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update defaults tags to 7.24.0 Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * Update nightly olm files Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * Release OLM files to 7.24.0 Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
- Loading branch information
1 parent
d680c29
commit 18ba94a
Showing
13 changed files
with
4,979 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
732 changes: 732 additions & 0 deletions
732
...olm-catalog/eclipse-che-preview-kubernetes/7.24.0/eclipse-che-preview-kubernetes.crd.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
...atalog/eclipse-che-preview-kubernetes/7.24.0/eclipse-che-preview-kubernetes.crd.yaml.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- /home/runner/work/che-operator/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.23.2/eclipse-che-preview-kubernetes.crd.yaml 2021-01-08 12:37:45.957616894 +0000 | ||
+++ /home/runner/work/che-operator/che-operator/olm/eclipse-che-preview-kubernetes/deploy/olm-catalog/eclipse-che-preview-kubernetes/7.24.0/eclipse-che-preview-kubernetes.crd.yaml 2021-01-08 12:41:49.989901189 +0000 | ||
@@ -159,12 +159,15 @@ | ||
type: string | ||
openShiftoAuth: | ||
description: 'Enables the integration of the identity provider (Keycloak | ||
- / RHSSO) with OpenShift OAuth. Enabled by default on OpenShift. | ||
- This will allow users to directly login with their Openshift user | ||
- through the Openshift login, and have their workspaces created | ||
- under personal OpenShift namespaces. WARNING: the `kubeadmin` | ||
- user is NOT supported, and logging through it will NOT allow accessing | ||
- the Che Dashboard.' | ||
+ / RHSSO) with OpenShift OAuth. Empty value on the OpenShift platform | ||
+ by default. If user changes this empty value to true/false, then | ||
+ che-operator respect this value. Otherwise che-operator tries | ||
+ to auto detect if Openshift oAuth can be enabled and change empty | ||
+ value, correspondly to auto-detection result. This property allows | ||
+ users to directly login with their Openshift user through the | ||
+ Openshift login, and have their workspaces created under personal | ||
+ OpenShift namespaces. WARNING: the `kubeadmin` user is NOT supported, | ||
+ and logging through it will NOT allow accessing the Che Dashboard.' | ||
type: boolean | ||
updateAdminPassword: | ||
description: Forces the default `admin` Che user to update password | ||
@@ -308,10 +311,13 @@ | ||
to the subpaths on the same domain. Defaults to "native". | ||
type: string | ||
tlsSecretName: | ||
- description: Name of a secret that will be used to setup ingress | ||
- TLS termination if TLS is enabled. If the field is empty string, | ||
- then default cluster certificate will be used. See also the `tlsSupport` | ||
- field. | ||
+ description: Name of a secret that is used to set ingress TLS termination | ||
+ if TLS is enabled. If the specified secret does not exist, a self-signed | ||
+ certificate will be created. If the value is empty or omitted, | ||
+ the default ingress controller certificate will be used. See also | ||
+ the `tlsSupport` field. Note, when switching to the default ingress | ||
+ controller certificate, `self-signed-certificate` secret should | ||
+ be deleted manually. | ||
type: string | ||
type: object | ||
metrics: |
923 changes: 923 additions & 0 deletions
923
...eview-kubernetes/7.24.0/eclipse-che-preview-kubernetes.v7.24.0.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.