File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
1313 appstudio.openshift.io/application : jvm-build-service
1414 appstudio.openshift.io/component : build-request-processor
1515 pipelines.appstudio.openshift.io/type : build
16- konflux.additional-tags : " latest"
1716 name : build-request-processor-on-push
1817 namespace : konflux-jbs-pnc-tenant
1918spec :
@@ -392,6 +391,8 @@ spec:
392391 params :
393392 - name : IMAGE
394393 value : $(tasks.build-container.results.IMAGE_URL)
394+ - name : ADDITIONAL_TAGS
395+ value : ["latest"]
395396 runAfter :
396397 - build-container
397398 taskRef :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
1313 appstudio.openshift.io/application : jvm-build-service
1414 appstudio.openshift.io/component : cache
1515 pipelines.appstudio.openshift.io/type : build
16- konflux.additional-tags : " latest"
1716 name : cache-on-push
1817 namespace : konflux-jbs-pnc-tenant
1918spec :
@@ -392,6 +391,8 @@ spec:
392391 params :
393392 - name : IMAGE
394393 value : $(tasks.build-container.results.IMAGE_URL)
394+ - name : ADDITIONAL_TAGS
395+ value : ["latest"]
395396 runAfter :
396397 - build-container
397398 taskRef :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
1313 appstudio.openshift.io/application : jvm-build-service
1414 appstudio.openshift.io/component : cli
1515 pipelines.appstudio.openshift.io/type : build
16- konflux.additional-tags : " latest"
1716 name : cli-on-push
1817 namespace : konflux-jbs-pnc-tenant
1918spec :
@@ -392,6 +391,8 @@ spec:
392391 params :
393392 - name : IMAGE
394393 value : $(tasks.build-container.results.IMAGE_URL)
394+ - name : ADDITIONAL_TAGS
395+ value : ["latest"]
395396 runAfter :
396397 - build-container
397398 taskRef :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
1313 appstudio.openshift.io/application : jvm-build-service
1414 appstudio.openshift.io/component : controller
1515 pipelines.appstudio.openshift.io/type : build
16- konflux.additional-tags : " latest"
1716 name : controller-on-push
1817 namespace : konflux-jbs-pnc-tenant
1918spec :
@@ -390,6 +389,8 @@ spec:
390389 params :
391390 - name : IMAGE
392391 value : $(tasks.build-container.results.IMAGE_URL)
392+ - name : ADDITIONAL_TAGS
393+ value : ["latest"]
393394 runAfter :
394395 - build-container
395396 taskRef :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
1313 appstudio.openshift.io/application : jvm-build-service
1414 appstudio.openshift.io/component : domain-proxy
1515 pipelines.appstudio.openshift.io/type : build
16- konflux.additional-tags : " latest"
1716 name : domain-proxy-on-push
1817 namespace : konflux-jbs-pnc-tenant
1918spec :
@@ -421,6 +420,8 @@ spec:
421420 params :
422421 - name : IMAGE
423422 value : $(tasks.build-image-index.results.IMAGE_URL)
423+ - name : ADDITIONAL_TAGS
424+ value : ["latest"]
424425 runAfter :
425426 - build-image-index
426427 taskRef :
You can’t perform that action at this time.
0 commit comments