Skip to content

fix: update resource schemas and increment chart version to 0.2.1 (#498) #160

fix: update resource schemas and increment chart version to 0.2.1 (#498)

fix: update resource schemas and increment chart version to 0.2.1 (#498) #160

name: Build account-operator-crds Workflow
on:
push:
paths:
- 'charts/account-operator-crds/**'
- '.github/workflows/account-operator-crds.yaml'
pull_request:
paths:
- 'charts/account-operator-crds/**'
- '.github/workflows/account-operator-crds.yaml'
jobs:
pipeline:
concurrency:
group: account-operator-crds-${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main
with:
chartFolder: charts
chartName: account-operator-crds
additionalTestFilesCommand: ''
chartRepos: 'bitnami=https://charts.bitnami.com/bitnami,openfga=https://openfga.github.io/helm-charts'
secrets: inherit
updateVersionFile:
if: ${{ github.ref == 'refs/heads/main' }}
needs: [pipeline]
uses: openmfp/gha/.github/workflows/job-update-version-file.yml@main
secrets: inherit
with:
componentVersionKey: "account-operator-crds"
version: ${{ needs.pipeline.outputs.version }}