Skip to content

Update RHDH Plugins

Update RHDH Plugins #4

name: Update RHDH Plugins
on:
schedule:
- cron: "0 2 * * *"
workflow_dispatch:
jobs:
update-plugins:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
packages: read
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Update plugins for next__ and bs_ tags
uses: redhat-ai-dev/rhdh-plugin-gitops-updater@04da38edfde1ec94abf0d069ef16724040f06c74 # v1.0.5
with:
config-path: "charts/rhdh/values.yaml"
github-token: ${{ secrets.PAT_TOKEN }}
tag-prefixes: |
next__
bs_
update-pr-strategy: "separate"
verbose: "1"