Skip to content

feat(vpa): Updated image to v1.0.0 #98

feat(vpa): Updated image to v1.0.0

feat(vpa): Updated image to v1.0.0 #98

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@9773a2c01468210d3dbc959e69dbfec5ff83da68 # v0.1.7
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"