Skip to content

feat(confluence-server): Updated image to v8.7.2 #195

feat(confluence-server): Updated image to v8.7.2

feat(confluence-server): Updated image to v8.7.2 #195

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@506f8427dce1c5941d1b9cb8e441dc29c3ff8b42 # v0.2.0
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"