Compare commits
2 Commits
1bbfd49265
...
0.5.1
Author | SHA1 | Date | |
---|---|---|---|
c9f4c7eeb4
|
|||
e602d9f045
|
@@ -6,16 +6,17 @@ name: default
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
|
||||
steps:
|
||||
- name: release
|
||||
image: cr.grachevko.ru/drone/helm:RELEASE.2023-03-01T13-46-55Z
|
||||
image: cr.grachevko.ru/drone/helm:24
|
||||
settings:
|
||||
tag: ${DRONE_TAG}
|
||||
username:
|
||||
from_secret: HELM_REPO_USERNAME
|
||||
password:
|
||||
from_secret: HELM_REPO_PASSWORD
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- rc
|
||||
event:
|
||||
- tag
|
||||
|
@@ -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/`
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user