Skip to content

fix(charts): downgrade version for extension-manager-operator to 0.22.86 #259

fix(charts): downgrade version for extension-manager-operator to 0.22.86

fix(charts): downgrade version for extension-manager-operator to 0.22.86 #259

Workflow file for this run

name: Build infra Workflow
on:
push:
paths:
- 'charts/infra/**'
- '.github/workflows/infra.yaml'
jobs:
pipeline:
concurrency:
group: infra-${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main
with:
chartFolder: charts
chartName: infra
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: "infra"
version: ${{ needs.pipeline.outputs.version }}