release 1.3.1 (#9014)
* release 1.3.1 Signed-off-by: James Strong <strong.james.e@gmail.com> * fix readme Signed-off-by: James Strong <strong.james.e@gmail.com> * fix readme Signed-off-by: James Strong <strong.james.e@gmail.com> * fix readme Signed-off-by: James Strong <strong.james.e@gmail.com> * Fix chart linter * Fix helm docs * Fix helm docs * fix helm docs * Add warning about lease change * Disable PSP in v1.25 * rollback cluster in helmchart to psp tests Signed-off-by: James Strong <strong.james.e@gmail.com> Co-authored-by: Ricardo Pchevuzinske Katz <ricardo.katz@gmail.com>
This commit is contained in:
parent
12c9f00931
commit
db3cdc04e4
19 changed files with 309 additions and 225 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -149,7 +149,7 @@ jobs:
|
|||
|
||||
- name: Run helm-docs
|
||||
run: |
|
||||
GOBIN=$PWD GO111MODULE=on go install github.com/norwoodj/helm-docs/cmd/helm-docs@e91c4c3337d3bf3fdad8de1763999a5c3325567f # v1.8.1
|
||||
GOBIN=$PWD GO111MODULE=on go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.11.0
|
||||
./helm-docs --chart-search-root=${GITHUB_WORKSPACE}/charts
|
||||
DIFF=$(git diff ${GITHUB_WORKSPACE}/charts/ingress-nginx/README.md)
|
||||
if [ ! -z "$DIFF" ]; then
|
||||
|
|
@ -175,7 +175,7 @@ jobs:
|
|||
uses: engineerd/setup-kind@aa272fe2a7309878ffc2a81c56cfe3ef108ae7d0 #v0.5.0
|
||||
with:
|
||||
version: v0.15.0
|
||||
image: kindest/node:v1.25.0
|
||||
image: kindest/node:v1.24.4
|
||||
|
||||
- uses: geekyeggo/delete-artifact@b73cb986740e466292a536d0e32e2666c56fdeb3 # v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue