CI: Helm-docs

This commit is contained in:
Skyler Mäntysaari 2023-04-22 11:55:26 +03:00
parent 3908da8233
commit 23b83b1bdc

View file

@ -59,6 +59,7 @@ jobs:
wget https://github.com/k8s-at-home/helm-docs/releases/download/v0.1.1/helm-docs_0.1.1_Linux_x86_64.tar.gz
tar -xvf helm-docs_0.1.1_Linux_x86_64.tar.gz
sudo mv helm-docs /usr/local/sbin
sudo chmod +x /usr/local/sbin/helm-docs
- name: Annotate Charts.yaml for Renovate PR's
if: inputs.isRenovatePR == 'true'