[bot:hack/openshift-pipelines-index-4.16/release-v1.21.x] update konflux configuration - #25395
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: pramodbindal The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Pull request overview
This bot-generated PR updates Konflux/Tekton configuration for the OpenShift Pipelines operator index-4.16 build, bumping the advertised/tagged version from v1.21.3 to v1.21.4.
Changes:
- Update the index-4.16 push PipelineRun additional tag from
v1.21.3tov1.21.4. - Update the index-4.16 pull-request PipelineRun additional tag from
on-pr-v1.21.3toon-pr-v1.21.4. - Update the
versionlabel in the index-4.16 Dockerfile fromv1.21.3tov1.21.4.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| .tekton/operator-1-21-index-4-16-push.yaml | Bumps the release additional tag for the 4.16 index image build to v1.21.4. |
| .tekton/operator-1-21-index-4-16-pull-request.yaml | Bumps the PR-build additional tag for the 4.16 index image build to on-pr-v1.21.4. |
| .konflux/dockerfiles/index-4.16.Dockerfile | Bumps the index image label version to v1.21.4. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - name: additional-tags | ||
| value: | ||
| - "v1.21.3" | ||
| - "v1.21.4" |
| - name: additional-tags | ||
| value: | ||
| - "on-pr-v1.21.3" | ||
| - "on-pr-v1.21.4" |
| operators.operatorframework.io.index.configs.v1="/configs" \ | ||
| operators.operatorframework.io.metrics.builder="operator-sdk-v1.37.0" \ | ||
| operators.operatorframework.io.metrics.mediatype.v1="metrics+v1" \ | ||
| summary="Red Hat OpenShift Pipelines operator index-4.16" \ | ||
| version="v1.21.3" | ||
| version="v1.21.4" |
This PR was automatically generated by the konflux command from openshift-pipelines/hack repository