File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ spec:
159159 value :
160160 - build-date=$SOURCE_DATE
161161 - short-commit=$(tasks.clone-repository.results.short-commit)
162- - version=v4.19 -$SOURCE_DATE_EPOCH
162+ - version=v4.20 -$SOURCE_DATE_EPOCH
163163 - name : source-date-epoch
164164 value : $(tasks.clone-repository.results.commit-timestamp)
165165 runAfter :
@@ -243,7 +243,7 @@ spec:
243243 - distribution-scope=public
244244 - io.k8s.description=recert
245245 - name=openshift4/recert-rhel9
246- - release=4.19
246+ - release=4.20
247247 - url=https://github.com/rh-ecosystem-edge/recert
248248 - vendor=Red Hat, Inc.
249249 - io.k8s.display-name=recert
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ metadata:
1111 pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "main"
1212 creationTimestamp : null
1313 labels :
14- appstudio.openshift.io/application : lifecycle-agent-4-19
15- appstudio.openshift.io/component : recert-4-19
14+ appstudio.openshift.io/application : lifecycle-agent-4-20
15+ appstudio.openshift.io/component : recert-4-20
1616 pipelines.appstudio.openshift.io/type : build
17- name : recert-4-19 -on-pull-request
17+ name : recert-4-20 -on-pull-request
1818 namespace : telco-5g-tenant
1919spec :
2020 params :
2323 - name : revision
2424 value : ' {{revision}}'
2525 - name : output-image
26- value : quay.io/redhat-user-workloads/telco-5g-tenant/recert-4-19 :on-pr-{{revision}}
26+ value : quay.io/redhat-user-workloads/telco-5g-tenant/recert-4-20 :on-pr-{{revision}}
2727 - name : image-expires-after
2828 value : 5d
2929 - name : build-platforms
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ metadata:
1111 pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch == "main" && files.all != ["konflux_clusterserviceversion_overlay.data"]
1212 creationTimestamp : null
1313 labels :
14- appstudio.openshift.io/application : lifecycle-agent-4-19
15- appstudio.openshift.io/component : recert-4-19
14+ appstudio.openshift.io/application : lifecycle-agent-4-20
15+ appstudio.openshift.io/component : recert-4-20
1616 pipelines.appstudio.openshift.io/type : build
17- name : recert-4-19 -on-push
17+ name : recert-4-20 -on-push
1818 namespace : telco-5g-tenant
1919spec :
2020 params :
2323 - name : revision
2424 value : ' {{revision}}'
2525 - name : output-image
26- value : quay.io/redhat-user-workloads/telco-5g-tenant/recert-4-19 :{{revision}}
26+ value : quay.io/redhat-user-workloads/telco-5g-tenant/recert-4-20 :{{revision}}
2727 - name : build-platforms
2828 value :
2929 - linux/x86_64
You can’t perform that action at this time.
0 commit comments