Skip to content

Commit

Permalink
fix helm docu
Browse files Browse the repository at this point in the history
  • Loading branch information
mandelsoft committed May 5, 2023
1 parent 3e14523 commit cffd678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/contexts/ocm/accessmethods/helm/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Access Method `ociBlob` - Helm Repository Access
# Access Method `helm` - Helm Repository Access


### Synopsis
Expand All @@ -10,7 +10,7 @@ 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 Helm chart repository.
This method implements the access of a Helm chart stored in a Helm chart repository.

Supported specification version is `v1`

Expand Down
2 changes: 1 addition & 1 deletion pkg/contexts/ocm/accessmethods/helm/method.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func New(chart string, repourl string) *AccessSpec {
}
}

// AccessSpec describes the access for a oci registry.
// AccessSpec describes the access for a helm repository.
type AccessSpec struct {
runtime.ObjectVersionedType `json:",inline"`

Expand Down

0 comments on commit cffd678

Please sign in to comment.