diff --git a/.github/helm-docs.sh b/.github/helm-docs.sh index 7c79d5b..db91b5e 100755 --- a/.github/helm-docs.sh +++ b/.github/helm-docs.sh @@ -2,7 +2,7 @@ set -euxo pipefail # renovate: datasource=github-releases depName=norwoodj/helm-docs -HELM_DOCS_VERSION=1.12.0 +HELM_DOCS_VERSION=1.14.2 # install helm-docs curl --silent --show-error --fail --location --output /tmp/helm-docs.tar.gz https://github.com/norwoodj/helm-docs/releases/download/v"${HELM_DOCS_VERSION}"/helm-docs_"${HELM_DOCS_VERSION}"_Linux_x86_64.tar.gz diff --git a/.github/kubeconform.sh b/.github/kubeconform.sh index ebcc0ff..8035a7a 100755 --- a/.github/kubeconform.sh +++ b/.github/kubeconform.sh @@ -2,7 +2,7 @@ set -euxo pipefail # renovate: datasource=github-releases depName=yannh/kubeconform -KUBECONFORM_VERSION=0.6.4 +KUBECONFORM_VERSION=0.6.7 #CHART_DIRS="$(git diff --find-renames --name-only "$(git rev-parse --abbrev-ref HEAD)" remotes/origin/main -- apps | cut -d '/' -f 2 | uniq)" CHART_DIRS=$(ls charts) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e9fe93..8193f3c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,9 +45,9 @@ jobs: matrix: k8s: # from https://github.com/yannh/kubernetes-json-schema - - v1.26.9 - - v1.27.8 - - v1.28.4 + - v1.29.8 + - v1.30.4 + - v1.31.0 steps: - name: Checkout uses: actions/checkout@v4.1.1