chore(deps): update helm release cilium to v1.16.3 #3765
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: K8s resource API version check with Pluto | |
on: | |
pull_request: | |
paths: | |
- ".github/workflows/pluto.yaml" | |
- "seichi-onp-k8s/manifests/seichi-kubernetes/**" | |
jobs: | |
api-check: | |
name: K8s resource API version check with Pluto | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Download Pluto | |
uses: FairwindsOps/pluto/github-action@master | |
- name: Use pluto | |
run: | | |
pluto detect-files -d seichi-onp-k8s/manifests/seichi-kubernetes/apps --target-versions k8s=v1.30.4 | |
- name: Use pluto | |
run: | | |
pluto detect-files -d seichi-onp-k8s/manifests/seichi-kubernetes/app-templates --target-versions k8s=v1.30.4 |