Skip to content

patch(deps): update registry.k8s.io/ingress-nginx/controller docker tag to v1.9.3 #75

patch(deps): update registry.k8s.io/ingress-nginx/controller docker tag to v1.9.3

patch(deps): update registry.k8s.io/ingress-nginx/controller docker tag to v1.9.3 #75

Workflow file for this run

---
name: linter
"on":
push:
branches:
- master
pull_request:
branches:
- master
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Lint manifest
uses: actionhippie/yamllint@v1
with:
strict: true
...