Skip to content

Commit

Permalink
Merge pull request #494 from Qovery/helm
Browse files Browse the repository at this point in the history
fix(helm): Fix repository for helm response
  • Loading branch information
erebe authored Nov 7, 2023
2 parents 1ecba02 + aeed530 commit f639a4b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions src/schemas/helm/HelmResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,25 @@ allOf:
type: object
nullable: true
properties:
repository:
type: string
format: UUID
description: The id of the helm repository
nullable: true
chart_name:
type: string
description: The name of the chart in the repository
chart_version:
type: string
description: The version of the chart to use
repository:
type: object
properties:
id:
type: string
format: UUID
description: The id of the helm repository
name:
type: string
description: The name of the helm repository
url:
type: string
description: The url the helm repository
arguments:
type: array
description: The extra arguments to pass to helm
Expand Down

0 comments on commit f639a4b

Please sign in to comment.