Skip to content

feat(istio-operator): Updated image to v1.20.3 #221

feat(istio-operator): Updated image to v1.20.3

feat(istio-operator): Updated image to v1.20.3 #221

Workflow file for this run

name: Validate PR
on:
pull_request:
branches:
- main
- release-*
paths:
- charts/**
jobs:
workflow:
name: Reusable Workflow
uses: action-stars/helm-workflows/.github/workflows/validate.yaml@a84b984c39ce83ce7b35da85112c87cb0a25a694 # v0.3.1
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
changelog: true
ah_lint: true
kubeconform: true
kubeconform_k8s_versions: ${{ vars.K8S_VERSIONS }}
helm_extra_args: "--timeout 600s"