mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-12-13 13:50:40 +05:30
CI: Helm-docs
This commit is contained in:
parent
94c52ff381
commit
3908da8233
8
.github/workflows/charts-changelog.yaml
vendored
8
.github/workflows/charts-changelog.yaml
vendored
@ -53,6 +53,13 @@ jobs:
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
- name: Install helm-docs
|
||||
run: |
|
||||
cd /tmp
|
||||
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
|
||||
|
||||
- name: Annotate Charts.yaml for Renovate PR's
|
||||
if: inputs.isRenovatePR == 'true'
|
||||
env:
|
||||
@ -72,7 +79,6 @@ jobs:
|
||||
env:
|
||||
CHECK_BRANCH: "origin/${{ github.event.repository.default_branch }}"
|
||||
run: |
|
||||
GO111MODULE=on go get github.com/k8s-at-home/helm-docs/cmd/helm-docs
|
||||
./.github/scripts/gen-helm-docs.sh
|
||||
- name: Create commit
|
||||
id: create-commit
|
||||
|
Loading…
Reference in New Issue
Block a user