Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .tekton/build-request-processor-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
appstudio.openshift.io/application: jvm-build-service
appstudio.openshift.io/component: build-request-processor
pipelines.appstudio.openshift.io/type: build
konflux.additional-tags: "latest"
name: build-request-processor-on-push
namespace: konflux-jbs-pnc-tenant
spec:
Expand Down Expand Up @@ -392,6 +391,8 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value: ["latest"]
runAfter:
- build-container
taskRef:
Expand Down
3 changes: 2 additions & 1 deletion .tekton/cache-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
appstudio.openshift.io/application: jvm-build-service
appstudio.openshift.io/component: cache
pipelines.appstudio.openshift.io/type: build
konflux.additional-tags: "latest"
name: cache-on-push
namespace: konflux-jbs-pnc-tenant
spec:
Expand Down Expand Up @@ -392,6 +391,8 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value: ["latest"]
runAfter:
- build-container
taskRef:
Expand Down
3 changes: 2 additions & 1 deletion .tekton/cli-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
appstudio.openshift.io/application: jvm-build-service
appstudio.openshift.io/component: cli
pipelines.appstudio.openshift.io/type: build
konflux.additional-tags: "latest"
name: cli-on-push
namespace: konflux-jbs-pnc-tenant
spec:
Expand Down Expand Up @@ -392,6 +391,8 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value: ["latest"]
runAfter:
- build-container
taskRef:
Expand Down
3 changes: 2 additions & 1 deletion .tekton/controller-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
appstudio.openshift.io/application: jvm-build-service
appstudio.openshift.io/component: controller
pipelines.appstudio.openshift.io/type: build
konflux.additional-tags: "latest"
name: controller-on-push
namespace: konflux-jbs-pnc-tenant
spec:
Expand Down Expand Up @@ -390,6 +389,8 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-container.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value: ["latest"]
runAfter:
- build-container
taskRef:
Expand Down
3 changes: 2 additions & 1 deletion .tekton/domain-proxy-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ metadata:
appstudio.openshift.io/application: jvm-build-service
appstudio.openshift.io/component: domain-proxy
pipelines.appstudio.openshift.io/type: build
konflux.additional-tags: "latest"
name: domain-proxy-on-push
namespace: konflux-jbs-pnc-tenant
spec:
Expand Down Expand Up @@ -421,6 +420,8 @@ spec:
params:
- name: IMAGE
value: $(tasks.build-image-index.results.IMAGE_URL)
- name: ADDITIONAL_TAGS
value: ["latest"]
runAfter:
- build-image-index
taskRef:
Expand Down
Loading