Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't push unnecessary things to redhat-appstudio-tekton-catalog #1459

Merged
merged 4 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Don't push new task bundles to redhat-appstudio

    When a new task or pipeline is added to build-definitions, push the
    bundle only to quay.io/konflux-ci/tekton-catalog. For bundles that
    already exist in quay.io/redhat-appstudio-tekton-catalog, do keep
    updating them.
    
    Signed-off-by: Adam Cmiel <[email protected]>
    chmeliik committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7d71d24 View commit details
    Browse the repository at this point in the history
  2. Don't push pipeline bundles to redhat-appstudio

    Unlike tasks, users don't reference pipeline bundles directly in their
    repositories. We can stop pushing them to the deprecated location
    altogether.
    
    Signed-off-by: Adam Cmiel <[email protected]>
    chmeliik committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c8471aa View commit details
    Browse the repository at this point in the history
  3. Don't push acceptable-bundles to redhat-appstudio

    The quay.io/redhat-appstudio-tekton-catalog/data-acceptable-bundles
    image is no longer used anywhere. Stop pushing it.
    
    Signed-off-by: Adam Cmiel <[email protected]>
    chmeliik committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    9cd27aa View commit details
    Browse the repository at this point in the history
  4. Don't check redhat-appstudio repo existence

    We no longer push new tasks to redhat-appstudio-tekton-catalog, we only
    push them to konflux-ci/tekton-catalog.
    
    Signed-off-by: Adam Cmiel <[email protected]>
    chmeliik committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6266acc View commit details
    Browse the repository at this point in the history