Skip to content

Commit

Permalink
add OCI session in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Oct 29, 2023
1 parent 6ff0ecd commit 595f655
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,20 @@ Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

Once Helm is set up properly, add the repo as follows:

```console
```shell
helm repo add undistro https://charts.undistro.io
```

You can then run `helm search repo undistro` to see the charts.

## OCI registry

Alternatively, Undistro Helm charts are also available in an OCI registry
and can be referenced with the `oci://` prefix, as the following example:

```shell
helm upgrade --install myrelease oci://ghcr.io/undistro/helm-charts/mychart --version 0.1.0
```

Please refer to the [official Helm documentation](https://helm.sh/docs/topics/registries/)
for more information about OCI registries.

0 comments on commit 595f655

Please sign in to comment.