Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Refactor testing to leverage core chart-testing capabilities and enable multiple root level charts #53

Refactor testing to leverage core chart-testing capabilities and enable multiple root level charts

Refactor testing to leverage core chart-testing capabilities and enable multiple root level charts #53

name: Helm Chart CI
on:
pull_request:
types: [synchronize, opened, reopened]
paths-ignore:
- 'charts/**'
- '.github/workflows/helm-chart-ci.yaml'
- '.github/kind/conf/kind-config.yaml'
- '.github/tests/**/*.yaml'
- '.github/tests/**/*.sh'
- '.github/tests/**/*.json'
- 'examples/**/*.yaml'
- 'helm-docs.sh'
jobs:
lint-chart:
runs-on: ubuntu-22.04
steps:
- run: 'echo "Skipping linter"'
checks:
runs-on: ubuntu-22.04
steps:
- run: 'echo "Skipping checks"'
test:
runs-on: ubuntu-22.04
strategy:
matrix:
k8s:
- v1.27.2
- v1.26.4
- v1.25.9
steps:
- run: 'echo "Skipping tests"'