Skip to content

Commit

Permalink
ci: Copy 7.37.0 csv to main (#1117)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>

Co-authored-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
che-bot and mkuznyetsov authored Oct 1, 2021
1 parent b8cc02b commit 89055c9
Show file tree
Hide file tree
Showing 22 changed files with 3,317 additions and 1,492 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ spec:
status:
description: CheClusterBackupStatus defines the observed state of CheClusterBackup
properties:
cheVersion:
description: Version that was backed up
type: string
message:
description: Message explaining the state of the backup or an error message
type: string
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-kubernetes/generated/kubernetes/org.eclipse.che_checlusterbackups_crd.yaml 2021-10-01 07:31:00.656413251 +0000
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-kubernetes/manifests/org.eclipse.che_checlusterbackups_crd.yaml 2021-10-01 07:31:01.956487757 +0000
@@ -40,6 +40,9 @@
status:
description: CheClusterBackupStatus defines the observed state of CheClusterBackup
properties:
+ cheVersion:
+ description: Version that was backed up
+ type: string
message:
description: Message explaining the state of the backup or an error message
type: string
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ spec:
auth:
description: Configuration settings related to the Authentication used by the Che installation.
properties:
debug:
description: Debug internal identity provider.
type: boolean
externalIdentityProvider:
description: 'Instructs the Operator on whether or not to deploy a dedicated Identity Provider (Keycloak or RH SSO instance). Instructs the Operator on whether to deploy a dedicated Identity Provider (Keycloak or RH-SSO instance). By default, a dedicated Identity Provider server is deployed as part of the Che installation. When `externalIdentityProvider` is `true`, no dedicated identity provider will be deployed by the Operator and you will need to provide details about the external identity provider you are about to use. See also all the other fields starting with: `identityProvider`.'
type: boolean
Expand Down Expand Up @@ -209,6 +212,9 @@ spec:
postgresImagePullPolicy:
description: Overrides the image pull policy used in the PostgreSQL database deployment. Default value is `Always` for `nightly`, `next` or `latest` images, and `IfNotPresent` in other cases.
type: string
postgresVersion:
description: 'Indicates a PostgreSQL version image to use. Allowed values are: `9.6` and `13.3`. Migrate your PostgreSQL database to switch from one version to another.'
type: string
type: object
devWorkspace:
description: DevWorkspace operator configuration
Expand Down Expand Up @@ -290,7 +296,7 @@ spec:
type: boolean
type: object
server:
description: General configuration settings related to the Che server and the plugin and devfile registries
description: General configuration settings related to the Che server, the plugin and devfile registries
properties:
airGapContainerRegistryHostname:
description: Optional host name, or URL, to an alternate container registry to pull images from. This value overrides the container registry host name defined in all the default container images involved in a Che deployment. This is particularly useful to install Che in a restricted environment.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-kubernetes/generated/kubernetes/org_v1_che_crd.yaml 2021-10-01 07:31:00.252390096 +0000
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che-preview-kubernetes/manifests/org_v1_che_crd.yaml 2021-10-01 07:31:01.952487527 +0000
@@ -43,6 +43,9 @@
auth:
description: Configuration settings related to the Authentication used by the Che installation.
properties:
+ debug:
+ description: Debug internal identity provider.
+ type: boolean
externalIdentityProvider:
description: 'Instructs the Operator on whether or not to deploy a dedicated Identity Provider (Keycloak or RH SSO instance). Instructs the Operator on whether to deploy a dedicated Identity Provider (Keycloak or RH-SSO instance). By default, a dedicated Identity Provider server is deployed as part of the Che installation. When `externalIdentityProvider` is `true`, no dedicated identity provider will be deployed by the Operator and you will need to provide details about the external identity provider you are about to use. See also all the other fields starting with: `identityProvider`.'
type: boolean
@@ -209,6 +212,9 @@
postgresImagePullPolicy:
description: Overrides the image pull policy used in the PostgreSQL database deployment. Default value is `Always` for `nightly`, `next` or `latest` images, and `IfNotPresent` in other cases.
type: string
+ postgresVersion:
+ description: 'Indicates a PostgreSQL version image to use. Allowed values are: `9.6` and `13.3`. Migrate your PostgreSQL database to switch from one version to another.'
+ type: string
type: object
devWorkspace:
description: DevWorkspace operator configuration
@@ -290,7 +296,7 @@
type: boolean
type: object
server:
- description: General configuration settings related to the Che server and the plugin and devfile registries
+ description: General configuration settings related to the Che server, the plugin and devfile registries
properties:
airGapContainerRegistryHostname:
description: Optional host name, or URL, to an alternate container registry to pull images from. This value overrides the container registry host name defined in all the default container images involved in a Che deployment. This is particularly useful to install Che in a restricted environment.
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,10 @@ stages:
labels:
suite: olm
test: olm-crds-have-validation-test
- entrypoint:
- scorecard-test
- olm-crds-have-resources
image: quay.io/operator-framework/scorecard-test:v1.7.1
labels:
suite: olm
test: olm-crds-have-resources-test
- entrypoint:
- scorecard-test
- olm-spec-descriptors
image: quay.io/operator-framework/scorecard-test:v1.7.1
labels:
suite: olm
test: olm-spec-descriptors-test
- entrypoint:
- scorecard-test
- olm-status-descriptors
image: quay.io/operator-framework/scorecard-test:v1.7.1
labels:
suite: olm
test: olm-status-descriptors-test
Loading

0 comments on commit 89055c9

Please sign in to comment.