Skip to content

Commit

Permalink
update ks-core helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ks-ci-bot committed Dec 1, 2023
1 parent e18cc26 commit 37afb93
Show file tree
Hide file tree
Showing 15 changed files with 312 additions and 350 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ spec:
spec:
description: ApplicationReleaseSpec defines the desired state of ApplicationRelease
properties:
app_id:
appID:
type: string
app_type:
appType:
type: string
appVersion_id:
appVersionID:
type: string
values:
format: byte
type: string
required:
- appVersion_id
- app_id
- appID
- appVersionID
type: object
status:
description: ApplicationReleaseStatus defines the observed state of ApplicationRelease
Expand Down
13 changes: 0 additions & 13 deletions src/test/ks-core/crds/application.kubesphere.io_applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .spec.displayName.en
name: application name
type: string
- jsonPath: .metadata.labels.kubesphere\.io/workspace
name: workspace
type: string
Expand Down Expand Up @@ -53,18 +50,8 @@ spec:
type: string
appType:
type: string
description:
additionalProperties:
type: string
type: object
displayName:
additionalProperties:
type: string
type: object
icon:
type: string
required:
- displayName
type: object
status:
description: ApplicationStatus defines the observed state of Application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .spec.displayName.en
name: application name
type: string
- jsonPath: .status.state
name: State
type: string
Expand Down Expand Up @@ -47,51 +44,33 @@ spec:
spec:
description: ApplicationVersionSpec defines the desired state of ApplicationVersion
properties:
appHome:
type: string
appType:
type: string
created:
format: date-time
type: string
description:
additionalProperties:
type: string
type: object
digest:
type: string
displayName:
additionalProperties:
type: string
type: object
home:
type: string
icon:
type: string
maintainer:
items:
description: Maintainer describes a Chart maintainer.
properties:
email:
description: Email is an optional email address to contact the
named maintainer
type: string
name:
description: Name is a user name or organization name
type: string
url:
description: URL is an optional URL to an address for the named
maintainer
type: string
type: object
type: array
sources:
items:
type: string
type: array
version:
versionName:
type: string
required:
- displayName
- version
- versionName
type: object
status:
description: ApplicationVersionStatus defines the observed state of ApplicationVersion
Expand All @@ -103,7 +82,7 @@ spec:
updated:
format: date-time
type: string
user_name:
userName:
type: string
type: object
type: object
Expand Down
11 changes: 0 additions & 11 deletions src/test/ks-core/crds/application.kubesphere.io_categories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,14 @@ spec:
spec:
description: CategorySpec defines the desired state of HelmRepo
properties:
description:
additionalProperties:
type: string
type: object
displayName:
additionalProperties:
type: string
type: object
icon:
type: string
locale:
type: string
required:
- displayName
type: object
status:
properties:
total:
description: total helmapplications belong to this category
type: integer
required:
- total
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,9 @@ spec:
description: HelmRepoStatus defines the observed state of HelmRepo
properties:
lastUpdateTime:
description: status last update time
format: date-time
type: string
specHash:
description: current release spec hash This is used to compare whether
the spec has been modified to determine sync is needed.
type: string
state:
description: current state of the repo, successful, failed or syncing
type: string
type: object
type: object
Expand Down
39 changes: 0 additions & 39 deletions src/test/ks-core/templates/app-category.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions src/test/ks-core/templates/app-gobalrole.yaml

This file was deleted.

Loading

0 comments on commit 37afb93

Please sign in to comment.