fix: use oci in templates
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2023-06-18 16:55:08 +03:00
parent e602d9f045
commit c9f4c7eeb4
2 changed files with 3 additions and 3 deletions

View File

@ -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/`

View File

@ -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