Skip to content

Commit

Permalink
chore: update deployment, bundle, CSV and CRD
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Obuchowicz <[email protected]>
  • Loading branch information
AObuchow committed Dec 7, 2022
1 parent d9fe086 commit aa314bf
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che.v7.58.0-737.next
name: eclipse-che.v7.58.0-738.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1233,7 +1233,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.58.0-737.next
version: 7.58.0-738.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6999,6 +6999,13 @@ spec:
run timeout, set this value to -1.
format: int32
type: integer
startTimeout:
description: StartTimeout determines the maximum duration a
workspace can take to start before it is automatically failed.
Duration should be specified in a format parseable by Go's
time package, e.g. "15m", "20s", "1h30m", etc. If not specified,
the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
7 changes: 7 additions & 0 deletions config/crd/bases/org.eclipse.che_checlusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6809,6 +6809,13 @@ spec:
run timeout, set this value to -1.
format: int32
type: integer
startTimeout:
description: StartTimeout determines the maximum duration a workspace
can take to start before it is automatically failed. Duration
should be specified in a format parseable by Go's time package,
e.g. "15m", "20s", "1h30m", etc. If not specified, the default
value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
3 changes: 3 additions & 0 deletions deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4603,6 +4603,9 @@ spec:
description: Run timeout for workspaces in seconds. This timeout is the maximum duration a workspace runs. To disable workspace run timeout, set this value to -1.
format: int32
type: integer
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4598,6 +4598,9 @@ spec:
description: Run timeout for workspaces in seconds. This timeout is the maximum duration a workspace runs. To disable workspace run timeout, set this value to -1.
format: int32
type: integer
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
3 changes: 3 additions & 0 deletions deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4603,6 +4603,9 @@ spec:
description: Run timeout for workspaces in seconds. This timeout is the maximum duration a workspace runs. To disable workspace run timeout, set this value to -1.
format: int32
type: integer
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4598,6 +4598,9 @@ spec:
description: Run timeout for workspaces in seconds. This timeout is the maximum duration a workspace runs. To disable workspace run timeout, set this value to -1.
format: int32
type: integer
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4598,6 +4598,9 @@ spec:
description: Run timeout for workspaces in seconds. This timeout is the maximum duration a workspace runs. To disable workspace run timeout, set this value to -1.
format: int32
type: integer
startTimeout:
description: StartTimeout determines the maximum duration a workspace can take to start before it is automatically failed. Duration should be specified in a format parseable by Go's time package, e.g. "15m", "20s", "1h30m", etc. If not specified, the default value of "5m" is used.
type: string
storage:
default:
pvcStrategy: per-user
Expand Down

0 comments on commit aa314bf

Please sign in to comment.