From c9f4c7eeb46c138749f07fdf6b03ca6852b1fbbf Mon Sep 17 00:00:00 2001 From: Konstantin Grachev Date: Sun, 18 Jun 2023 16:55:08 +0300 Subject: [PATCH] fix: use oci in templates --- README.md | 4 ++-- starter/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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