Updated helm chart dependencies (#724)

This commit is contained in:
chgl
2024-08-24 22:31:35 +02:00
committed by GitHub
parent 39be2cc750
commit 6b0d4673a1
7 changed files with 18 additions and 20 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.13.0/helm-docs_1.13.0_Linux_x86_64.tar.gz
HELM_DOCS_URL: https://github.com/norwoodj/helm-docs/releases/download/v1.14.2/helm-docs_1.14.2_Linux_x86_64.tar.gz
run: |
curl -LSs $HELM_DOCS_URL | tar xz && \
mv ./helm-docs /usr/local/bin/helm-docs && \
@@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
k8s-version: [1.25.11, 1.26.6, 1.27.3, 1.28.0, 1.29.0]
k8s-version: [1.29.8, 1.30.4, 1.31.0]
needs:
- lint
steps: