From e0e70638c02f614df9cc682dbb3694873692c1b1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 7 Nov 2023 13:56:09 +0100 Subject: [PATCH] fix(helm): Fix repository for helm response --- src/schemas/helm/HelmResponse.yaml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/schemas/helm/HelmResponse.yaml b/src/schemas/helm/HelmResponse.yaml index 89efb85f..8af1f79f 100644 --- a/src/schemas/helm/HelmResponse.yaml +++ b/src/schemas/helm/HelmResponse.yaml @@ -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 name url the helm repository arguments: type: array description: The extra arguments to pass to helm