opendevstack / ods-pipeline-helm

ODS Pipeline tasks for Helm deployment
Apache License 2.0
0 stars 0 forks source link

Retain Helm release record #8

Closed michaelsauter closed 10 months ago

michaelsauter commented 10 months ago

It would be nice to query the helm release after it has been upgraded and store the result as a file (artifact). This should replace storing the stdout of the helm upgrade command.

We should probably run sth. like helm status RELEASE_NAME --output=yaml. Using YAML output would allow other tasks such as https://github.com/opendevstack/ods-pipeline-adoc to pick up the produced data and render parts of it into a document.