Skip to content

feat: Updated configmap-reload image variant #103

feat: Updated configmap-reload image variant

feat: Updated configmap-reload image variant #103

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@887d5329dc0c976830c5d0e57cd21c6c654b266c # v0.1.10
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"