2 Commits

Author SHA1 Message Date
c9f4c7eeb4 fix: use oci in templates
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-06-18 16:55:08 +03:00
e602d9f045 ci: use oci
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-05-18 01:14:45 +03:00
3 changed files with 8 additions and 7 deletions

View File

@@ -6,16 +6,17 @@ name: default
trigger: trigger:
event: event:
- push - push
- tag
steps: steps:
- name: release - name: release
image: cr.grachevko.ru/drone/helm:RELEASE.2023-03-01T13-46-55Z image: cr.grachevko.ru/drone/helm:24
settings: settings:
tag: ${DRONE_TAG}
username: username:
from_secret: HELM_REPO_USERNAME from_secret: HELM_REPO_USERNAME
password: password:
from_secret: HELM_REPO_PASSWORD from_secret: HELM_REPO_PASSWORD
when: when:
branch: event:
- master - tag
- rc

View File

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

View File

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