Skip to content

Commit cbe5ccb

Browse files
authored
Merge pull request #2248 from rnc/TAGS
Add aditional-tags label for tagging
2 parents 2c8729e + 4096a7f commit cbe5ccb

File tree

8 files changed

+8
-3
lines changed

8 files changed

+8
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ 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"
1617
name: build-request-processor-on-push
1718
namespace: konflux-jbs-pnc-tenant
1819
spec:

.tekton/cache-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ 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"
1617
name: cache-on-push
1718
namespace: konflux-jbs-pnc-tenant
1819
spec:

.tekton/cli-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ 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"
1617
name: cli-on-push
1718
namespace: konflux-jbs-pnc-tenant
1819
spec:

.tekton/controller-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ 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"
1617
name: controller-on-push
1718
namespace: konflux-jbs-pnc-tenant
1819
spec:

.tekton/domain-proxy-push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ 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"
1617
name: domain-proxy-on-push
1718
namespace: konflux-jbs-pnc-tenant
1819
spec:

deploy/tasks/maven-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- name: JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
3232
description: Name of the processor image. Useful to override for development.
3333
type: string
34-
default: "quay.io/redhat-appstudio/hacbs-jvm-build-request-processor:dev"
34+
default: "quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service/build-request-processor:latest"
3535
workspaces:
3636
- name: source
3737
mountPath: /var/workdir

deploy/tasks/pre-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
- name: JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
5858
description: Name of the processor image. Useful to override for development.
5959
type: string
60-
default: "quay.io/redhat-appstudio/hacbs-jvm-build-request-processor:dev"
60+
default: "quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service/build-request-processor:latest"
6161
results:
6262
- name: PRE_BUILD_IMAGE_DIGEST
6363
description: Digest of the image just built

docs/development.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ The OpenShift E2E test is programmed to run a test with following steps:
143143
. Verify that the correct JDK version is identified in dependencybuilds
144144
. Check that maven/gradle logs/sources are found in rebuilt artifacts
145145

146-
Before running the test, you need to export couple of env vars that reference container images for the operator, cache and reqprocessor. Some existing images can be found at link:https://quay.io/organization/redhat-appstudio[redhat-appstudio quay.io org] (search for keyword "jvm")
146+
Before running the test, you need to export couple of env vars that reference container images for the operator, cache and build-request-processor.
147147

148148
Also you need to specify your quay.io username that will be used for pushing rebuilt dependencies in a format: `quay.io/$QUAY_USERNAME/test-images`. Make sure the repo "test-images" exists in your account and is publicly available.
149149

0 commit comments

Comments
 (0)