diff --git a/modules/extend_dynamic-plugins-reference/rhdh-supported-plugins.sh b/modules/extend_dynamic-plugins-reference/rhdh-supported-plugins.sh index 0082188b80c..d9512eba78e 100755 --- a/modules/extend_dynamic-plugins-reference/rhdh-supported-plugins.sh +++ b/modules/extend_dynamic-plugins-reference/rhdh-supported-plugins.sh @@ -293,8 +293,8 @@ generate_dynamic_plugins_table() { support=$(yq -r '.spec.support // "unknown"' "$y") # only RH authoried content should show up as GA - # exception for the Roadie http-request scaffolder, too - if [[ $author == "Red Hat"* ]] || [[ $Plugin == "@roadiehq/scaffolder-backend-module-http-request" ]]; then + # exception for the Roadie http-request scaffolder (GA) and the wrapped Roadie Argocd backend and scaffolder plugins (1.9 only) + if [[ $author == "Red Hat"* ]] || [[ $Plugin == "@roadiehq/scaffolder-backend-module-http-request" ]]|| [[ $Plugin == "@roadiehq/backstage-plugin-argo-cd-backend" ]]|| [[ $Plugin == "@roadiehq/scaffolder-backend-argocd" ]]; then if [[ $support == "production"* ]] || [[ $support == "generally-available"* ]]; then Support_Level="Production" elif [[ $support == "tech-preview"* ]]; then