Skip to content

Commit a788877

Browse files
authored
Fix link to oras CLI documentation (#4349)
The current link does not work anymore(404) Signed-off-by: Daniel Roux <[email protected]>
1 parent 912e840 commit a788877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/helm_charts_repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To add a repository stored in a OCI registry, the url used **must** follow the f
1818

1919
Each of the chart versions are expected to match an OCI reference tag, which are expected to be valid [semver](https://semver.org) versions. OCI specific installation instructions will be provided in the Artifact Hub UI when appropriate (only for Helm >=3.7). For additional information about Helm OCI support, please see the [HIP-0006](https://github.com/helm/community/blob/master/hips/hip-0006.md).
2020

21-
There is an extra Artifact Hub specific metadata file named [artifacthub-repo.yml](https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml), which can be used to setup features like [Verified publisher](https://github.com/artifacthub/hub/blob/master/docs/repositories.md#verified-publisher) or [Ownership claim](https://github.com/artifacthub/hub/blob/master/docs/repositories.md#ownership-claim). Once your repository metadata file is ready, you can push it to the OCI registry using [oras](https://oras.land/cli/):
21+
There is an extra Artifact Hub specific metadata file named [artifacthub-repo.yml](https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml), which can be used to setup features like [Verified publisher](https://github.com/artifacthub/hub/blob/master/docs/repositories.md#verified-publisher) or [Ownership claim](https://github.com/artifacthub/hub/blob/master/docs/repositories.md#ownership-claim). Once your repository metadata file is ready, you can push it to the OCI registry using [oras](https://oras.land/docs/commands/use_oras_cli):
2222

2323
```bash
2424
oras push \

0 commit comments

Comments
 (0)