Skip to content

chore: Updated chart docs #150

chore: Updated chart docs

chore: Updated chart docs #150

Workflow file for this run

name: Validate PR
on:
pull_request:
branches:
- main
paths:
- charts/**
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/validate.yaml@43e5782fead293b2f222cdcb04e6a55c7fc13835 # v0.1.13
permissions:
contents: read
id-token: write
pull-requests: write
with:
chart_dir: charts
target_branch: main
helm_repos: "bitnami=https://charts.bitnami.com/bitnami/"
helm_docs: true
ah_lint: true
kubeconform: true
kubeconform_k8s_versions: ${{ vars.K8S_VERSIONS }}
helm_extra_args: "--timeout 600s"