fix: change repository
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-12-13 21:04:28 +01:00
parent 2026906827
commit 8614ca8e89
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 5 additions and 5 deletions

View File

@ -73,9 +73,9 @@ platform:
steps: steps:
- name: release-helm-chart - name: release-helm-chart
commands: 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 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: environment:
HELM_REPO_PASSWORD: HELM_REPO_PASSWORD:
from_secret: helm_repo_password from_secret: helm_repo_password

View File

@ -11,8 +11,8 @@ This helm chart is maintained by contributors and myself. It is listed on
[artifacthub.io](https://artifacthub.io/) and can be installed via helm: [artifacthub.io](https://artifacthub.io/) and can be installed via helm:
```bash ```bash
helm repo add volker.raschek https://charts.cryptic.systems/volker.raschek helm repo add drone https://charts.cryptic.systems/drone
helm install drone volker.raschek/drone helm install drone drone/drone
``` ```
## Customization ## Customization
@ -23,7 +23,7 @@ be the options passed via the `--set` flag of the `helm install` command. For
example: example:
```bash ```bash
helm install drone volker.raschek/drone \ helm install drone drone/drone \
--set config.DRONE_RPC_SECRET-${DRONE_RPC_SECRET} \ --set config.DRONE_RPC_SECRET-${DRONE_RPC_SECRET} \
--set config.DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} \ --set config.DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID} \
--set config.DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET} --set config.DRONE_GITHUB_CLIENT_SECRET=${DRONE_GITHUB_CLIENT_SECRET}