Skip to content

OPSEXP-2365 Bump charts after late fixes in support matrix for ACS 23.1 #829

OPSEXP-2365 Bump charts after late fixes in support matrix for ACS 23.1

OPSEXP-2365 Bump charts after late fixes in support matrix for ACS 23.1 #829

Workflow file for this run

---
name: Pre-commit
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
pre_commit:
name: Run pre-commit
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
version: 1.11.3
- name: Install kubeconform helm plugin
run: |
helm plugin install https://github.com/jtyr/kubeconform-helm --version v0.1.12
- uses: Alfresco/alfresco-build-tools/.github/actions/[email protected]
with:
auto-commit: "true"