konflux-tekton-updates
Installation
SKILL.md
Konflux Tekton updates
Goal
After a minor Konflux task tag bump, update .tekton pipelines and generators so builds keep working. Apply what each MIGRATION.md says; do not add drift tests that block future Konflux updates.
Prerequisites
skopeo, jq (>= 1.7), yq. Optional: gh for PR creation from scripts.
Commit locally; never push without human review
| Script | Flag | Effect |
|---|---|---|
updateDigests.sh |
--no-push / --nopush (-p) |
Commit locally; no push/PR |
updateDigests.sh |
--minor |
Disables push; use with --no-push for clarity |
updateDigests.sh |
--no-commit / -n |
Preview only |
generatePipelineRunsForPlugins.sh |
--nopush |
Commit locally; no push |
generatePipelineRunsForPlugins.sh |
--nocommit |
Write YAML only |