Skip to content

Commit

Permalink
ci: Copy 7.62.0 csv to main (#1634)
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 Mar 9, 2023
1 parent 38bf072 commit 52c673b
Show file tree
Hide file tree
Showing 10 changed files with 664 additions and 601 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 @@ -4032,14 +4032,6 @@ spec:
cheServer:
debug: false
logLevel: INFO
database:
credentialsSecretName: postgres-credentials
externalDb: false
postgresDb: dbche
postgresHostName: postgres
postgresPort: "5432"
pvc:
claimSize: 1Gi
metrics:
enable: true
description: Che components configuration.
Expand Down Expand Up @@ -4562,19 +4554,11 @@ spec:
type: object
type: object
database:
default:
credentialsSecretName: postgres-credentials
externalDb: false
postgresDb: dbche
postgresHostName: postgres
postgresPort: "5432"
pvc:
claimSize: 1Gi
description: Configuration settings related to the database
used by the Che installation.
used by the Che installation. Database component is Deprecated.
All properties will be ignored.
properties:
credentialsSecretName:
default: postgres-credentials
description: The secret that contains PostgreSQL `user`
and `password` that the Che server uses to connect to
the database. The secret must have a `app.kubernetes.io/part-of=che.eclipse.org`
Expand Down Expand Up @@ -4794,7 +4778,6 @@ spec:
type: object
type: object
externalDb:
default: false
description: Instructs the Operator to deploy a dedicated
database. By default, a dedicated PostgreSQL database
is deployed as part of the Che installation. When `externalDb`
Expand All @@ -4803,25 +4786,20 @@ spec:
about the external database you want to use.
type: boolean
postgresDb:
default: dbche
description: PostgreSQL database name that the Che server
uses to connect to the database.
type: string
postgresHostName:
default: postgres
description: PostgreSQL database hostname that the Che server
connects to. Override this value only when using an external
database. See field `externalDb`.
type: string
postgresPort:
default: "5432"
description: PostgreSQL Database port the Che server connects
to. Override this value only when using an external database.
See field `externalDb`.
type: string
pvc:
default:
claimSize: 1Gi
description: PVC settings for PostgreSQL database.
properties:
claimSize:
Expand Down Expand Up @@ -7134,6 +7112,22 @@ spec:
description: A configuration that allows users to work with remote
Git repositories.
properties:
azure:
description: Enables users to work with repositories hosted
on Azure DevOps Service (dev.azure.com).
items:
description: AzureDevOpsService enables users to work with
repositories hosted on Azure DevOps Service (dev.azure.com).
properties:
secretName:
description: 'Kubernetes secret, that contains Base64-encoded
Azure DevOps Service Application ID and Client Secret.
See the following page: https://www.eclipse.org/che/docs/stable/administration-guide/configuring-oauth-2-for-microsoft-azure-devops-services'
type: string
required:
- secretName
type: object
type: array
bitbucket:
description: Enables users to work with repositories hosted
on Bitbucket (bitbucket.org or self-hosted).
Expand Down
Loading

0 comments on commit 52c673b

Please sign in to comment.