Skip to content

Commit

Permalink
Merge pull request #479 from Qovery/helm
Browse files Browse the repository at this point in the history
feat(helm): Add deployment history
  • Loading branch information
erebe authored Oct 24, 2023
2 parents a039248 + 3a2c023 commit 4a8ab16
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
12 changes: 12 additions & 0 deletions src/schemas/helm/DeploymentHistoryHelmResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a8ab16

Please sign in to comment.