Revert Tekton component names to minimal-plus

Keep the existing component name (fedora-bootc-eln-minimal-plus) to match
the tenant configuration, while the manifest continues to build the standard
tier. The component name is just an internal identifier - the actual image
tier is controlled by the manifest.

This allows the build to succeed with the existing tenant setup. A follow-up
MR can rename the component once the tenant configuration is updated.

Note: Pipeline triggers still watch standard.yaml and standard/ paths since
ELN now inherits from standard.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Ligon 2026-07-02 23:25:08 -04:00
commit def48831ee
No known key found for this signature in database
3 changed files with 15 additions and 15 deletions

View file

@ -12,7 +12,7 @@ metadata:
(
(event == "pull_request" && target_branch == "main")
) && (
".tekton/fedora-bootc-eln-standard-pull-request.yaml".pathChanged() ||
".tekton/fedora-bootc-eln-minimal-plus-pull-request.yaml".pathChanged() ||
"Containerfile".pathChanged() ||
"bootc-base-imagectl".pathChanged() ||
"install-manifests".pathChanged() ||
@ -30,9 +30,9 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: fedora-bootc-eln
appstudio.openshift.io/component: fedora-bootc-eln-standard
appstudio.openshift.io/component: fedora-bootc-eln-minimal-plus
pipelines.appstudio.openshift.io/type: build
name: fedora-bootc-eln-standard-on-pull-request
name: fedora-bootc-eln-minimal-plus-on-pull-request
spec:
params:
- name: git-url
@ -58,7 +58,7 @@ spec:
- name: image-expires-after
value: 5d
- name: output-image
value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-standard:on-pr-{{revision}}
value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-minimal-plus:on-pr-{{revision}}
- name: labels
value:
- org.opencontainers.image.version=eln
@ -74,4 +74,4 @@ spec:
timeouts:
pipeline: 6h
taskRunTemplate:
serviceAccountName: build-pipeline-fedora-bootc-eln-standard
serviceAccountName: build-pipeline-fedora-bootc-eln-minimal-plus

View file

@ -11,7 +11,7 @@ metadata:
(
(event == "push" && target_branch == "main")
) && (
".tekton/fedora-bootc-eln-standard-push.yaml".pathChanged() ||
".tekton/fedora-bootc-eln-minimal-plus-push.yaml".pathChanged() ||
"Containerfile".pathChanged() ||
"bootc-base-imagectl".pathChanged() ||
"install-manifests".pathChanged() ||
@ -29,9 +29,9 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: fedora-bootc-eln
appstudio.openshift.io/component: fedora-bootc-eln-standard
appstudio.openshift.io/component: fedora-bootc-eln-minimal-plus
pipelines.appstudio.openshift.io/type: build
name: fedora-bootc-eln-standard-on-push
name: fedora-bootc-eln-minimal-plus-on-push
spec:
params:
- name: git-url
@ -55,7 +55,7 @@ spec:
- REPOS_IMAGE=quay.io/bootc-devel/fedora-bootc-eln-compose:Fedora-ELN-20260317.n.0@sha256:0000000000000000000000000000000000000000000000000000000000000001
- MANIFEST=fedora-eln
- name: output-image
value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-standard:{{revision}}
value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-minimal-plus:{{revision}}
- name: labels
value:
- org.opencontainers.image.version=eln
@ -71,4 +71,4 @@ spec:
timeouts:
pipeline: 6h
taskRunTemplate:
serviceAccountName: build-pipeline-fedora-bootc-eln-standard
serviceAccountName: build-pipeline-fedora-bootc-eln-minimal-plus

View file

@ -11,7 +11,7 @@ metadata:
(
(event == "push" && target_branch.startsWith("renovate/"))
) && (
".tekton/fedora-bootc-eln-standard-renovate-push.yaml".pathChanged() ||
".tekton/fedora-bootc-eln-minimal-plus-renovate-push.yaml".pathChanged() ||
"Containerfile".pathChanged() ||
"bootc-base-imagectl".pathChanged() ||
"install-manifests".pathChanged() ||
@ -29,10 +29,10 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: fedora-bootc-eln
appstudio.openshift.io/component: fedora-bootc-eln-standard
appstudio.openshift.io/component: fedora-bootc-eln-minimal-plus
pipelines.appstudio.openshift.io/type: build
release.appstudio.openshift.io/auto-release: "false"
name: fedora-bootc-eln-standard-renovate-on-push
name: fedora-bootc-eln-minimal-plus-renovate-on-push
spec:
params:
- name: git-url
@ -58,7 +58,7 @@ spec:
- name: image-expires-after
value: 5d
- name: output-image
value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-standard:{{revision}}
value: quay.io/konflux-fedora/bootc-tenant/fedora-bootc-eln-minimal-plus:{{revision}}
- name: labels
value:
- org.opencontainers.image.version=eln
@ -74,4 +74,4 @@ spec:
timeouts:
pipeline: 6h
taskRunTemplate:
serviceAccountName: build-pipeline-fedora-bootc-eln-standard
serviceAccountName: build-pipeline-fedora-bootc-eln-minimal-plus