Skip to content

Commit 860ba92

Browse files
authored
Merge pull request #2249 from rnc/TAGS
Add aditional-tags label for tagging
2 parents cbe5ccb + 9498ec6 commit 860ba92

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.tekton/build-request-processor-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1918
spec:
@@ -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:

.tekton/cache-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1918
spec:
@@ -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:

.tekton/cli-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1918
spec:
@@ -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:

.tekton/controller-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1918
spec:
@@ -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:

.tekton/domain-proxy-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
1918
spec:
@@ -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:

0 commit comments

Comments
 (0)