fix: use oci in templates
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
The following command allows you to download and install all the charts from our repository:
|
The following command allows you to download and install all the charts from our repository:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ helm repo add hahow https://harbor.grachevko.ru/chartrepo/helm
|
$ helm repo add hahow oci://cr.grachevko.ru/helm/chart
|
||||||
```
|
```
|
||||||
|
|
||||||
### Adding Dependency
|
### Adding Dependency
|
||||||
@ -16,7 +16,7 @@ To use the library chart, `common` should be listed in `dependencies` field in y
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 0.4.1
|
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/`
|
Once you have defined dependencies, you should run the following command to download this chart into your `charts/`
|
||||||
|
@ -25,4 +25,4 @@ appVersion: 1.16.0
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: "^0"
|
version: "^0"
|
||||||
repository: "https://harbor.grachevko.ru/chartrepo/helm"
|
repository: oci://cr.grachevko.ru/helm/chart
|
||||||
|
Reference in New Issue
Block a user