diff --git a/docs/img/oci/oci-chart-actions.png b/docs/img/oci/oci-chart-actions.png index 3a9a70491..e88526a7d 100644 Binary files a/docs/img/oci/oci-chart-actions.png and b/docs/img/oci/oci-chart-actions.png differ diff --git a/docs/img/oci/oci-chart-main-view.png b/docs/img/oci/oci-chart-main-view.png index 62c849f94..ada85df2c 100644 Binary files a/docs/img/oci/oci-chart-main-view.png and b/docs/img/oci/oci-chart-main-view.png differ diff --git a/docs/img/oci/oci-chart-tags.png b/docs/img/oci/oci-chart-tags.png index f9bee5cc7..77c15258e 100644 Binary files a/docs/img/oci/oci-chart-tags.png and b/docs/img/oci/oci-chart-tags.png differ diff --git a/docs/working-with-projects/working-with-oci/working-with-helm-oci-charts.md b/docs/working-with-projects/working-with-oci/working-with-helm-oci-charts.md index d212c81b2..7506c502a 100644 --- a/docs/working-with-projects/working-with-oci/working-with-helm-oci-charts.md +++ b/docs/working-with-projects/working-with-oci/working-with-helm-oci-charts.md @@ -73,7 +73,7 @@ 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 @@ -81,12 +81,12 @@ 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 @@ -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) \ No newline at end of file +![Actions](../../../img/oci/oci-chart-actions.png)