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:
13
13
appstudio.openshift.io/application : jvm-build-service
14
14
appstudio.openshift.io/component : build-request-processor
15
15
pipelines.appstudio.openshift.io/type : build
16
- konflux.additional-tags : " latest"
17
16
name : build-request-processor-on-push
18
17
namespace : konflux-jbs-pnc-tenant
19
18
spec :
@@ -392,6 +391,8 @@ spec:
392
391
params :
393
392
- name : IMAGE
394
393
value : $(tasks.build-container.results.IMAGE_URL)
394
+ - name : ADDITIONAL_TAGS
395
+ value : ["latest"]
395
396
runAfter :
396
397
- build-container
397
398
taskRef :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
13
13
appstudio.openshift.io/application : jvm-build-service
14
14
appstudio.openshift.io/component : cache
15
15
pipelines.appstudio.openshift.io/type : build
16
- konflux.additional-tags : " latest"
17
16
name : cache-on-push
18
17
namespace : konflux-jbs-pnc-tenant
19
18
spec :
@@ -392,6 +391,8 @@ spec:
392
391
params :
393
392
- name : IMAGE
394
393
value : $(tasks.build-container.results.IMAGE_URL)
394
+ - name : ADDITIONAL_TAGS
395
+ value : ["latest"]
395
396
runAfter :
396
397
- build-container
397
398
taskRef :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
13
13
appstudio.openshift.io/application : jvm-build-service
14
14
appstudio.openshift.io/component : cli
15
15
pipelines.appstudio.openshift.io/type : build
16
- konflux.additional-tags : " latest"
17
16
name : cli-on-push
18
17
namespace : konflux-jbs-pnc-tenant
19
18
spec :
@@ -392,6 +391,8 @@ spec:
392
391
params :
393
392
- name : IMAGE
394
393
value : $(tasks.build-container.results.IMAGE_URL)
394
+ - name : ADDITIONAL_TAGS
395
+ value : ["latest"]
395
396
runAfter :
396
397
- build-container
397
398
taskRef :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
13
13
appstudio.openshift.io/application : jvm-build-service
14
14
appstudio.openshift.io/component : controller
15
15
pipelines.appstudio.openshift.io/type : build
16
- konflux.additional-tags : " latest"
17
16
name : controller-on-push
18
17
namespace : konflux-jbs-pnc-tenant
19
18
spec :
@@ -390,6 +389,8 @@ spec:
390
389
params :
391
390
- name : IMAGE
392
391
value : $(tasks.build-container.results.IMAGE_URL)
392
+ - name : ADDITIONAL_TAGS
393
+ value : ["latest"]
393
394
runAfter :
394
395
- build-container
395
396
taskRef :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ metadata:
13
13
appstudio.openshift.io/application : jvm-build-service
14
14
appstudio.openshift.io/component : domain-proxy
15
15
pipelines.appstudio.openshift.io/type : build
16
- konflux.additional-tags : " latest"
17
16
name : domain-proxy-on-push
18
17
namespace : konflux-jbs-pnc-tenant
19
18
spec :
@@ -421,6 +420,8 @@ spec:
421
420
params :
422
421
- name : IMAGE
423
422
value : $(tasks.build-image-index.results.IMAGE_URL)
423
+ - name : ADDITIONAL_TAGS
424
+ value : ["latest"]
424
425
runAfter :
425
426
- build-image-index
426
427
taskRef :
You can’t perform that action at this time.
0 commit comments