Skip to content

Commit

Permalink
updating ci pools
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-viles committed Aug 28, 2024
1 parent 52486d5 commit 1d42a96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/helm-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/kubeconform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 1d42a96

Please sign in to comment.