fix(ci): check of chart version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2024-05-30 16:21:55 +02:00
parent 71ff345a95
commit d105c38ca7
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -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