fix: change repository
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-12-13 21:05:13 +01:00
parent db7d69e2aa
commit c1f608b086
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 4 additions and 4 deletions

View File

@ -73,9 +73,9 @@ platform:
steps:
- name: release-helm-chart
commands:
- helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
- helm repo add drone https://charts.cryptic.systems/drone
- helm package --version ${DRONE_TAG} .
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz volker.raschek
- helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz drone
environment:
HELM_REPO_PASSWORD:
from_secret: helm_repo_password

View File

@ -12,8 +12,8 @@ This helm chart can be found on [artifacthub.io](https://artifacthub.io/) and
can be installed via helm.
```bash
helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek
helm install drone volker.raschek/drone-runner
helm repo add drone https://charts.cryptic.systems/drone
helm install drone drone/drone-runner
```
## Customization