[bot:hack/openshift-pipelines-index-4.22/release-v1.21.x] update konflux configuration - #25400
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 PR updates Konflux/Tekton configuration for the OpenShift Pipelines operator index-4.22 build to reflect a v1.21.4 version/tag.
Changes:
- Bump the
additional-tagsused by the index-4.22 Tekton pipelines fromv1.21.3tov1.21.4(andon-pr-v1.21.4). - Update the index-4.22 Dockerfile
LABEL versionfromv1.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-22-push.yaml | Updates the pushed index image’s additional tag to v1.21.4. |
| .tekton/operator-1-21-index-4-22-pull-request.yaml | Updates the PR-build index image’s additional tag to on-pr-v1.21.4. |
| .konflux/dockerfiles/index-4.22.Dockerfile | Updates the index image’s version label 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: repo-name | ||
| value: "operator" |
| - name: dockerfile | ||
| value: .konflux/dockerfiles/index-4.22.Dockerfile | ||
| - name: additional-tags | ||
| value: | ||
| - "on-pr-v1.21.3" | ||
| - "on-pr-v1.21.4" | ||
| - name: build-platforms | ||
| value: | ||
| - linux/x86_64 |
| 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.22" \ | ||
| version="v1.21.3" | ||
| version="v1.21.4" |
This PR was automatically generated by the konflux command from openshift-pipelines/hack repository