Skip to content

Commit

Permalink
[release-v1.15] Sync Konflux configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-qe committed Sep 12, 2024
1 parent 8fb6288 commit e89c423
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ metadata:
image-controller.appstudio.redhat.com/update-component-image: "true"
labels:
appstudio.redhat.com/application: serverless-operator-release-135
appstudio.redhat.com/component: knative-eventing-istio-controller-115
name: knative-eventing-istio-controller-115
appstudio.redhat.com/component: kn-eventing-istio-controller-115
name: kn-eventing-istio-controller-115
spec:
image:
name: serverless-operator-release-135/knative-eventing-istio-controller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ kind: Component
metadata:
annotations:
build.appstudio.openshift.io/pipeline: '{"name":"docker-build","bundle":"latest"}'
name: knative-eventing-istio-controller-115
name: kn-eventing-istio-controller-115
spec:
componentName: knative-eventing-istio-controller-115
componentName: kn-eventing-istio-controller-115
application: serverless-operator-135

build-nudges-ref:

- "serverless-bundle-135"


source:
git:
url: https://github.com/openshift-knative/eventing-istio.git
Expand Down
5 changes: 5 additions & 0 deletions .tekton/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ metadata:
pipelines.openshift.io/used-by: build-cloud
name: docker-build
spec:
description: |
This pipeline is ideal for building container images from a Containerfile while reducing network traffic.
_Uses `buildah` to create a container image. It also optionally creates a source image and runs some build-time tests. EC will flag a violation for [`trusted_task.trusted`](https://enterprisecontract.dev/docs/ec-policies/release_policy.html#trusted_task__trusted) if any tasks are added to the pipeline.
This pipeline is pushed as a Tekton bundle to [quay.io](https://quay.io/repository/konflux-ci/tekton-catalog/pipeline-docker-build?tab=tags)_
finally:
- name: show-sbom
params:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
appstudio.openshift.io/component: knative-eventing-istio-controller-115
appstudio.openshift.io/component: kn-eventing-istio-controller-115
pipelines.appstudio.openshift.io/type: build
name: knative-eventing-istio-controller-115-on-pull-request
name: kn-eventing-istio-controller-115-on-pull-request
namespace: ocp-serverless-tenant
spec:
params:
Expand All @@ -27,7 +27,7 @@ spec:
- name: image-expires-after
value: 5d
- name: output-image
value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-135/knative-eventing-istio-controller:on-pr-{{revision}}
value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-135/kn-eventing-istio-controller:on-pr-{{revision}}
- name: revision
value: '{{revision}}'
pipelineRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ metadata:
creationTimestamp: null
labels:
appstudio.openshift.io/application: serverless-operator-135
appstudio.openshift.io/component: knative-eventing-istio-controller-115
appstudio.openshift.io/component: kn-eventing-istio-controller-115
pipelines.appstudio.openshift.io/type: build
name: knative-eventing-istio-controller-115-on-push
name: kn-eventing-istio-controller-115-on-push
namespace: ocp-serverless-tenant
spec:
params:
Expand All @@ -24,7 +24,7 @@ spec:
- name: git-url
value: '{{source_url}}'
- name: output-image
value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-135/knative-eventing-istio-controller:{{revision}}
value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-135/kn-eventing-istio-controller:{{revision}}
- name: revision
value: '{{revision}}'
- name: additional-tags
Expand Down

0 comments on commit e89c423

Please sign in to comment.