-
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.
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
- Loading branch information
1 parent
726dc03
commit 5ad8b51
Showing
11 changed files
with
380 additions
and
190 deletions.
There are no files selected for viewing
110 changes: 55 additions & 55 deletions
110
bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
243 changes: 139 additions & 104 deletions
243
bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml.diff
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/generated/openshift/org.eclipse.che_checlusters.yaml 2024-05-18 01:37:20.651415769 +0000 | ||
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml 2024-05-18 01:37:20.659415818 +0000 | ||
@@ -4348,7 +4348,7 @@ | ||
defining `nonProxyHosts` in a custom resource leads | ||
to merging non-proxy hosts lists from the cluster | ||
proxy configuration, and the ones defined in the custom | ||
- resources. See the following page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' | ||
+ resources. See the following page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' | ||
items: | ||
type: string | ||
type: array | ||
@@ -4361,7 +4361,7 @@ | ||
Operator respects OpenShift cluster-wide proxy configuration, | ||
defining `url` in a custom resource leads to overriding | ||
the cluster proxy configuration. See the following | ||
- page: https://docs.openshift.com/container-platform/4.4/networking/enable-cluster-wide-proxy.html.' | ||
+ page: https://docs.openshift.com/container-platform/latest/networking/enable-cluster-wide-proxy.html.' | ||
type: string | ||
type: object | ||
type: object | ||
@@ -8293,9 +8293,13 @@ | ||
for OpenShift. | ||
type: string | ||
oAuthSecret: | ||
- description: Name of the secret set in the OpenShift `OAuthClient` | ||
+ description: 'Name of the secret set in the OpenShift `OAuthClient` | ||
resource used to set up identity federation on the OpenShift | ||
- side. | ||
+ side. For Kubernetes, this can either be the plain text | ||
+ oAuthSecret value, or the name of a kubernetes secret | ||
+ which contains a key `oAuthSecret` and the value is the | ||
+ secret. NOTE: this secret must exist in the same namespace | ||
+ as the `CheCluster` resource and contain the label `app.kubernetes.io/part-of=che.eclipse.org`.' | ||
type: string | ||
type: object | ||
domain: |
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
package version | ||
|
||
var ( | ||
Version = "7.85.0" | ||
Version = "7.86.0" | ||
) |