Skip to content

chore(deps): update helm release kube-prometheus-stack to v65.2.0 #654

chore(deps): update helm release kube-prometheus-stack to v65.2.0

chore(deps): update helm release kube-prometheus-stack to v65.2.0 #654

Workflow file for this run

name: Lint and Test Charts
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --config .github/ct-lint-config.yaml
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/[email protected]
- name: Create kind cluster
uses: helm/[email protected]
- name: Run chart-testing (install)
run: ct install --config .github/ct-install-config.yaml