bump helm helm-docs kustomize to fix failing ci (#8492)
This commit is contained in:
parent
a2514768cd
commit
072da9a665
2 changed files with 3 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -146,7 +146,7 @@ jobs:
|
|||
|
||||
- name: Run helm-docs
|
||||
run: |
|
||||
GOBIN=$PWD GO111MODULE=on go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.6.0
|
||||
GOBIN=$PWD GO111MODULE=on go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.8.1
|
||||
./helm-docs --chart-search-root=${GITHUB_WORKSPACE}/charts
|
||||
DIFF=$(git diff ${GITHUB_WORKSPACE}/charts/ingress-nginx/README.md)
|
||||
if [ ! -z "$DIFF" ]; then
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
kustomize 4.1.3
|
||||
helm 3.7.1
|
||||
kustomize 4.5.4
|
||||
helm 3.8.2
|
||||
|
|
Loading…
Reference in a new issue