Skip to content

chore(deps): update account-operator-crds docker tag to v0.2.5 #763

chore(deps): update account-operator-crds docker tag to v0.2.5

chore(deps): update account-operator-crds docker tag to v0.2.5 #763

name: Build account-operator Workflow
on:
push:
branches:
- main
paths:
- 'charts/account-operator/**'
- '.github/workflows/account-operator.yaml'
- '.ocm/component-constructor.yaml'
pull_request:
paths:
- 'charts/account-operator/**'
- '.github/workflows/account-operator.yaml'
jobs:
pipeline:
concurrency:
group: account-operator-${{ github.ref }}
cancel-in-progress: true
uses: platform-mesh/.github/.github/workflows/pipeline-chart.yml@main
with:
chartFolder: charts
chartName: account-operator
additionalTestFilesCommand: ''
chartRepos: 'bitnami=https://charts.bitnami.com/bitnami,openfga=https://openfga.github.io/helm-charts'
secrets: inherit