Skip to content

Update Helm release kube-prometheus-stack to v67.7.0 #20076

Update Helm release kube-prometheus-stack to v67.7.0

Update Helm release kube-prometheus-stack to v67.7.0 #20076

Workflow file for this run

---
name: Lint
on:
pull_request:
branches:
- main
- 'renovate/**'
push:
branches:
- main
- 'renovate/**'
jobs:
yaml:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: "./"
config_file: "./.github/yamllint-config.yaml"