diff --git a/.drone.yml b/.drone.yml index a78171a..d69df57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -85,6 +85,7 @@ steps: - name: release-helm-chart commands: + - grep --only-matching 'version:"${DRONE_TAG}"' Chart.yaml 1> /dev/null - helm repo add drone https://charts.cryptic.systems/drone - helm package --version ${DRONE_TAG} . - helm cm-push ${DRONE_REPO_NAME%-charts}-${DRONE_TAG}.tgz drone