Upgraded all helm chart dependencies to latest (#659)

This commit is contained in:
chgl
2024-04-15 21:35:07 +02:00
committed by GitHub
parent 624a269994
commit 106af029a2
6 changed files with 20 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Install helm-docs
working-directory: /tmp
env:
HELM_DOCS_URL: https://github.com/norwoodj/helm-docs/releases/download/v1.11.3/helm-docs_1.11.3_Linux_x86_64.tar.gz
HELM_DOCS_URL: https://github.com/norwoodj/helm-docs/releases/download/v1.13.0/helm-docs_1.13.0_Linux_x86_64.tar.gz
run: |
curl -LSs $HELM_DOCS_URL | tar xz && \
mv ./helm-docs /usr/local/bin/helm-docs && \