feat: Updated Fluent Bit image to 3.1.10 #487
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate PR | |
on: | |
pull_request: | |
branches: | |
- main | |
- release-* | |
paths: | |
- charts/** | |
permissions: read-all | |
# curl -s https://endoflife.date/api/kubernetes.json | jq -r '[sort_by(.releaseDate) | reverse | .[0:4] | .[].latest] | join(",")' | |
jobs: | |
workflow: | |
name: Reusable Workflow | |
uses: action-stars/helm-workflows/.github/workflows/validate.yaml@13f60f90e901731dc4f773f35b9707f564cf3316 # v0.6.4 | |
permissions: | |
contents: read | |
id-token: write | |
pull-requests: write | |
with: | |
chart_dir: charts | |
target_branch: main | |
helm_docs: true | |
helm_docs_args: --template-files=./_templates.gotmpl --template-files=./_chart-readme.md.gotmpl | |
changelog: true | |
ah_lint: true | |
kubeconform: true | |
kubeconform_k8s_versions: ${{ vars.K8S_VERSIONS }} | |
helm_extra_args: "--timeout 600s" |