Skip to content

update-operator

update-operator #20

name: update-operator
on:
schedule:
- cron: '0 */6 * * *'
workflow_dispatch:
inputs:
version:
description: 'Specific version to add (without v prefix). Defaults to latest release.'
required: false
type: string
permissions:
contents: write
pull-requests: write
jobs:
update:
uses: ./.github/workflows/update-plugin.yaml
with:
plugin: operator
repo: controlplaneio-fluxcd/flux-operator
bin: flux-operator
version: ${{ inputs.version }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}