diff --git a/.tekton/build-request-processor-push.yaml b/.tekton/build-request-processor-push.yaml index 7365bbb69..3bce77cb8 100644 --- a/.tekton/build-request-processor-push.yaml +++ b/.tekton/build-request-processor-push.yaml @@ -13,6 +13,7 @@ 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: diff --git a/.tekton/cache-push.yaml b/.tekton/cache-push.yaml index 059ad5f51..58cf3d08c 100644 --- a/.tekton/cache-push.yaml +++ b/.tekton/cache-push.yaml @@ -13,6 +13,7 @@ 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: diff --git a/.tekton/cli-push.yaml b/.tekton/cli-push.yaml index 140fd0967..ca559b183 100644 --- a/.tekton/cli-push.yaml +++ b/.tekton/cli-push.yaml @@ -13,6 +13,7 @@ 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: diff --git a/.tekton/controller-push.yaml b/.tekton/controller-push.yaml index bbbd0e642..d44268870 100644 --- a/.tekton/controller-push.yaml +++ b/.tekton/controller-push.yaml @@ -13,6 +13,7 @@ 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: diff --git a/.tekton/domain-proxy-push.yaml b/.tekton/domain-proxy-push.yaml index e234b1e18..554ebce04 100644 --- a/.tekton/domain-proxy-push.yaml +++ b/.tekton/domain-proxy-push.yaml @@ -13,6 +13,7 @@ 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: diff --git a/deploy/tasks/maven-deployment.yaml b/deploy/tasks/maven-deployment.yaml index 12b7b10dc..583a810fc 100644 --- a/deploy/tasks/maven-deployment.yaml +++ b/deploy/tasks/maven-deployment.yaml @@ -31,7 +31,7 @@ spec: - name: JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE description: Name of the processor image. Useful to override for development. type: string - default: "quay.io/redhat-appstudio/hacbs-jvm-build-request-processor:dev" + default: "quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service/build-request-processor:latest" workspaces: - name: source mountPath: /var/workdir diff --git a/deploy/tasks/pre-build.yaml b/deploy/tasks/pre-build.yaml index c008377a8..1baf706cc 100644 --- a/deploy/tasks/pre-build.yaml +++ b/deploy/tasks/pre-build.yaml @@ -57,7 +57,7 @@ spec: - name: JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE description: Name of the processor image. Useful to override for development. type: string - default: "quay.io/redhat-appstudio/hacbs-jvm-build-request-processor:dev" + default: "quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service/build-request-processor:latest" results: - name: PRE_BUILD_IMAGE_DIGEST description: Digest of the image just built diff --git a/docs/development.adoc b/docs/development.adoc index b3de37c6a..d2df5c0ae 100644 --- a/docs/development.adoc +++ b/docs/development.adoc @@ -143,7 +143,7 @@ The OpenShift E2E test is programmed to run a test with following steps: . Verify that the correct JDK version is identified in dependencybuilds . Check that maven/gradle logs/sources are found in rebuilt artifacts -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") +Before running the test, you need to export couple of env vars that reference container images for the operator, cache and build-request-processor. 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.