diff --git a/src/openapi.yaml b/src/openapi.yaml index 0f27d48a..2262c328 100644 --- a/src/openapi.yaml +++ b/src/openapi.yaml @@ -802,8 +802,6 @@ paths: $ref: './resources/variable/VariableOverride.yaml' /variable/{variableId}: $ref: './resources/variable/VariableRef.yaml' - #/organization/{organizationId}/job/preview: - #/organization/{organizationId}/job/deploy: components: parameters: $ref: './parameters/_index.yaml' diff --git a/src/schemas/helm/DeploymentHistoryHelmResponse.yaml b/src/schemas/helm/DeploymentHistoryHelmResponse.yaml index 6753fe2d..e93edb4d 100644 --- a/src/schemas/helm/DeploymentHistoryHelmResponse.yaml +++ b/src/schemas/helm/DeploymentHistoryHelmResponse.yaml @@ -7,3 +7,15 @@ allOf: description: name of the helm status: $ref: '../enums/State.yaml' + commit: + $ref: '../CommitResponse.yaml' + repository: + type: object + nullable: true + description: If the chart source if from a repository, the chart name and its version + properties: + chart_name: + type: string + version: + type: string +