diff --git a/README.md b/README.md index 9f92ede..14f777c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The following command allows you to download and install all the charts from our repository: ```shell -$ helm repo add hahow https://harbor.grachevko.ru/chartrepo/helm +$ helm repo add hahow oci://cr.grachevko.ru/helm/chart ``` ### Adding Dependency @@ -16,7 +16,7 @@ To use the library chart, `common` should be listed in `dependencies` field in y dependencies: - name: common version: 0.4.1 - repository: https://harbor.grachevko.ru/chartrepo/helm + repository: oci://cr.grachevko.ru/helm/chart ``` Once you have defined dependencies, you should run the following command to download this chart into your `charts/` diff --git a/starter/Chart.yaml b/starter/Chart.yaml index 483f368..cd34e43 100644 --- a/starter/Chart.yaml +++ b/starter/Chart.yaml @@ -25,4 +25,4 @@ appVersion: 1.16.0 dependencies: - name: common version: "^0" - repository: "https://harbor.grachevko.ru/chartrepo/helm" + repository: oci://cr.grachevko.ru/helm/chart