Skip to content

Commit

Permalink
Publish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 7, 2023
1 parent 4a55489 commit c1ab112
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html

Large diffs are not rendered by default.

28 changes: 27 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tags:
- name: Helm Logs
- name: Helm Main Calls
- name: Helm Metrics
- name: Helm Registry
- name: Helm Repository
- name: Helm Secret
- name: Helms
- name: Backups
Expand Down Expand Up @@ -112,6 +112,7 @@ tags:
- name: Projects
- name: Referral & Rewards
- name: Container Registries
- name: Helm Repositories
- name: User Sign Up
- name: Variable Main Calls
x-tagGroups:
Expand All @@ -131,6 +132,7 @@ x-tagGroups:
- Cloud Provider Credentials
- Github App
- Container Registries
- Helm Repositories
- name: Project
tags:
- Project Main Calls
Expand Down Expand Up @@ -216,6 +218,7 @@ x-tagGroups:
- Helm Deployment History
- Helm Environment Variable
- Helm Secret
- Helm Repository
- name: Account
tags:
- Account Info
Expand Down Expand Up @@ -11107,6 +11110,23 @@ components:
type: array
items:
$ref: '#/components/schemas/AvailableContainerRegistryResponse'
AvailableHelmRepositoryResponse:
type: object
properties:
kind:
$ref: '#/components/schemas/HelmRepositoryKindEnum'
required_config:
type: object
additionalProperties: true
is_mandatory:
type: boolean
AvailableHelmRepositoryResponseList:
type: object
properties:
results:
type: array
items:
$ref: '#/components/schemas/AvailableHelmRepositoryResponse'
AwsCredentialsRequest:
type: object
required:
Expand Down Expand Up @@ -12216,6 +12236,12 @@ components:
- DOCR
- GENERIC_CR
description: The type of your container registry
HelmRepositoryKindEnum:
type: string
enum:
- HTTPS
- OCI
description: The type of your helm repository
ContainerRegistryRequest:
type: object
required:
Expand Down

0 comments on commit c1ab112

Please sign in to comment.