Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi5995 committed Oct 1, 2024
1 parent 413aacb commit 70c215b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
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 Down

0 comments on commit 70c215b

Please sign in to comment.