Skip to content

feat(helm)!: Update kube-prometheus-stack ( 67.11.0 → 68.1.0 ) #15929

feat(helm)!: Update kube-prometheus-stack ( 67.11.0 → 68.1.0 )

feat(helm)!: Update kube-prometheus-stack ( 67.11.0 → 68.1.0 ) #15929

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Lint
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Run shellcheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
with:
severity: error