-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- new access method for helm repositories - component descriptor normalization according to RFC8785 (JCS) - version mapping for mapping OCM versions to OCI tags. **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Release note**: <!-- Write your release note: 1. Enter your release note in the below block. 2. If no release note is required, just write "NONE" within the block. Format of block header: <category> <target_group> Possible values: - category: breaking|feature|bugfix|doc|other - target_group: user|operator|developer|dependency --> ```feature user ```
- Loading branch information
1 parent
9fc863b
commit 9c13e04
Showing
9 changed files
with
167 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
# Access Method `helm` - Helm Repository Access | ||
|
||
|
||
### Synopsis | ||
``` | ||
type: helm/v1 | ||
``` | ||
|
||
Provided blobs use the following media type: attribute `application/vnd.cncf.helm.chart.content.v1.tar+gzip` | ||
|
||
### Description | ||
This method implements the access of a Helm chart stored in a Helm chart repository. | ||
|
||
Supported specification version is `v1` | ||
|
||
### Specification Versions | ||
|
||
#### Version `v1` | ||
|
||
The type specific specification fields are: | ||
|
||
- **`helmRepository`** *string* | ||
|
||
Helm repository URL. | ||
|
||
- **`helmChart`** *string* | ||
|
||
The name of the Helm chart and its version separated by a colon. | ||
|
||
- **`caCert`** *string* | ||
|
||
An optional TLS root certificate. | ||
|
||
- **`keyring`** *string* | ||
|
||
An optional keyring used to verify the chart. | ||
|
||
### Related | ||
|
||
Helm charts can be stored as OCI artifacts in OCI registries, also. The access to those | ||
helm charts is described by the access method [`ociArtifact](ociArtifact.md). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters