Compare commits

...

2 Commits

Author SHA1 Message Date
ea128457ab
chore(deps): update dependency markdownlint-cli to ^0.44.0
All checks were successful
Helm / helm-lint (push) Successful in 16s
Helm / helm-lint (pull_request) Successful in 16s
Helm / helm-unittest (push) Successful in 17s
Helm / helm-unittest (pull_request) Successful in 17s
2025-02-02 23:30:56 +00:00
e3b2ab35be
chore(deps): update docker.io/library/node docker tag to v22.13.1
All checks were successful
Helm / helm-lint (pull_request) Successful in 17s
Helm / helm-unittest (pull_request) Successful in 19s
Helm / helm-lint (push) Successful in 17s
Helm / helm-unittest (push) Successful in 17s
2025-02-02 20:30:25 +00:00
4 changed files with 820 additions and 88 deletions

View File

@ -15,7 +15,7 @@ on:
jobs:
generate-parameters:
container:
image: docker.io/library/node:22.13.0-alpine
image: docker.io/library/node:22.13.1-alpine
runs-on:
- ubuntu-latest
steps:

View File

@ -15,7 +15,7 @@ on:
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:22.13.0-alpine
image: docker.io/library/node:22.13.1-alpine
runs-on:
- ubuntu-latest
steps:
@ -31,7 +31,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:22.13.0-alpine
image: docker.io/library/node:22.13.1-alpine
runs-on:
- ubuntu-latest
steps:

900
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,6 +16,6 @@
"devDependencies": {
"@bitnami/readme-generator-for-helm": "^2.5.0",
"markdown-link-check": "^3.13.6",
"markdownlint-cli": "^0.43.0"
"markdownlint-cli": "^0.44.0"
}
}