diff --git a/.drone.yml b/.drone.yml index 9d747aa..9469db4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/README.md b/README.md index 664b3fa..fbcb9b7 100644 --- a/README.md +++ b/README.md @@ -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