Skip to content

Update Helm release kube-prometheus-stack to v84 #3311

Update Helm release kube-prometheus-stack to v84

Update Helm release kube-prometheus-stack to v84 #3311

Workflow file for this run

name: Spell Check
on:
push:
branches:
- main
pull_request:
jobs:
spell-check:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run Spell Check
uses: streetsidesoftware/cspell-action@v8
with:
incremental_files_only: false
config: ./dev/cspell/cspell.config.yaml
verbose: true