Skip to content

feat(helm): update kube-prometheus-stack ( 56.6.2 → 56.21.4 ) #2762

feat(helm): update kube-prometheus-stack ( 56.6.2 → 56.21.4 )

feat(helm): update kube-prometheus-stack ( 56.6.2 → 56.21.4 ) #2762

Workflow file for this run

---
name: MegaLinter
on: # yamllint disable-line rule:truthy
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
name: MegaLinter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: MegaLinter
uses: megalinter/megalinter/flavors/terraform@190cd0dad6dc52b2de5b810e3b290c3d6bdcc0f2 # v7
env:
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'workflow_dispatch' }}
PRINT_ALPACA: false
GITHUB_TOKEN: "${{ secrets.TOKEN }}"
ENABLE_LINTERS: ACTION_ACTIONLINT, ANSIBLE_ANSIBLE_LINT, BASH_SHELLCHECK, DOCKERFILE_HADOLINT, ENV_DOTENV_LINTER, GIT_GIT_DIFF, JSON_JSONLINT, KUBERNETES_KUBEVAL, MARKDOWN_MARKDOWNLINT, TERRAFORM_TFLINT, YAML_YAMLLINT
ANSIBLE_DIRECTORY: ansible
ANSIBLE_ANSIBLE_LINT_CONFIG_FILE: .ansible-lint
KUBERNETES_DIRECTORY: cluster
KUBERNETES_KUBEVAL_ARGUMENTS: --ignore-missing-schemas
MARKDOWN_MARKDOWNLINT_CONFIG_FILE: .markdownlint.yaml
TERRAFORM_TFLINT_CONFIG_FILE: .tflint.hcl
YAML_YAMLLINT_CONFIG_FILE: .yamllint.yaml
SHELLCHECK_OPTS: "-e SC2086"
- name: Archive production artifacts
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
with:
name: MegaLinter reports
path: |
report
mega-linter.log