Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated documentation #574

Closed
wants to merge 9 commits into from
Closed
Binary file modified docs/img/oci/oci-chart-actions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/oci/oci-chart-main-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/oci/oci-chart-tags.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@ For full reference please check official [Helm documentation]()

### Create the chart
```sh
helm create oci-chat-example
helm create oci-chart-example
```

### Edit and make it usable
Use your preferred method to edit the newly created chart.

### Package
```sh
helm package oci-chat-example
helm package oci-chart-example
```

### Push OCI Chart to Harbor Registry
```sh
helm push oci-chat-example-0.1.0.tgz oci://demo.goharbor.io/oci-charts
helm push oci-chart-example-0.1.0.tgz oci://demo.goharbor.io/oci-charts
```

## See you images in the Harbor Interface
Expand All @@ -98,4 +98,4 @@ You can see all tags(versions)
![Tags](../../../img/oci/oci-chart-tags.png)

Work with OCI Helm Charts from the UI
![Actions](../../../img/oci/oci-chart-actions.png)
![Actions](../../../img/oci/oci-chart-actions.png)
Loading