fix: change repository
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
db7d69e2aa
commit
c1f608b086
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user