Skip to content

Commit

Permalink
feat(helm): add helm repository
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 8, 2023
1 parent 35b52f3 commit 5858ffd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,12 @@ paths:
$ref: './resources/ContainerRegistryContainerStatus.yaml'
/availableContainerRegistry:
$ref: './resources/AvailableContainerRegistry.yaml'
/availableHelmRepository:
$ref: './resources/AvailableHelmRepository.yaml'
/organization/{organizationId}/helmRepository:
$ref: './resources/OrganizationHelmRepository.yaml'
/organization/{organizationId}/helmRepository/{helmRepositoryId}:
$ref: './resources/OrganizationHelmRepositoryRef.yaml'
/project/{projectId}:
$ref: './resources/Project.yaml'
/project/{projectId}/deploymentRule:
Expand Down
7 changes: 7 additions & 0 deletions src/parameters/path/helmRepositoryId.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: helmRepositoryId
in: path
description: Helm chart repository ID
required: true
schema:
type: string
format: uuid

0 comments on commit 5858ffd

Please sign in to comment.