mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2025-04-27 15:20:33 +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:
|
with:
|
||||||
python-version: "3.10"
|
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
|
- name: Annotate Charts.yaml for Renovate PR's
|
||||||
if: inputs.isRenovatePR == 'true'
|
if: inputs.isRenovatePR == 'true'
|
||||||
env:
|
env:
|
||||||
@ -72,7 +79,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CHECK_BRANCH: "origin/${{ github.event.repository.default_branch }}"
|
CHECK_BRANCH: "origin/${{ github.event.repository.default_branch }}"
|
||||||
run: |
|
run: |
|
||||||
GO111MODULE=on go get github.com/k8s-at-home/helm-docs/cmd/helm-docs
|
|
||||||
./.github/scripts/gen-helm-docs.sh
|
./.github/scripts/gen-helm-docs.sh
|
||||||
- name: Create commit
|
- name: Create commit
|
||||||
id: create-commit
|
id: create-commit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user