6666 type : string
6767 - name : INDY_PROXY_CLIENT_CREDENTIAL
6868 type : string
69- - name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
69+ - name : PNC_KONFLUX_TOOLING_IMAGE
7070 type : string
7171 default : " quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/konflux-tooling:latest"
7272 - name : NOTIFICATION_CONTEXT
@@ -105,8 +105,8 @@ spec:
105105 runAfter :
106106 - git-clone
107107 params :
108- - name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
109- value : $(params.JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE )
108+ - name : PNC_KONFLUX_TOOLING_IMAGE
109+ value : $(params.PNC_KONFLUX_TOOLING_IMAGE )
110110 - name : IMAGE_URL
111111 value : $(params.QUAY_REPO):trusted-source-$(context.pipelineRun.name)
112112 - name : NAME
@@ -130,7 +130,7 @@ spec:
130130 resolver : http
131131 params :
132132 - name : url
133- value : https://raw.githubusercontent.com/rnc /jvm-build-service/refs/heads/BR1 /deploy/tasks/pre-build.yaml
133+ value : https://raw.githubusercontent.com/redhat-appstudio /jvm-build-service/refs/heads/main /deploy/tasks/pre-build.yaml
134134 workspaces :
135135 - name : source
136136 workspace : source
@@ -199,8 +199,8 @@ spec:
199199 runAfter :
200200 - buildah-oci-ta
201201 params :
202- - name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
203- value : $(params.JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE )
202+ - name : PNC_KONFLUX_TOOLING_IMAGE
203+ value : $(params.PNC_KONFLUX_TOOLING_IMAGE )
204204 - name : IMAGE_URL
205205 value : $(tasks.buildah-oci-ta.results.IMAGE_URL)
206206 - name : IMAGE_DIGEST
@@ -221,8 +221,8 @@ spec:
221221 params :
222222 - name : ACCESS_TOKEN
223223 value : $(params.ACCESS_TOKEN)
224- - name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
225- value : $(params.JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE )
224+ - name : PNC_KONFLUX_TOOLING_IMAGE
225+ value : $(params.PNC_KONFLUX_TOOLING_IMAGE )
226226 - name : NOTIFICATION_CONTEXT
227227 value : $(params.NOTIFICATION_CONTEXT)
228228 - name : STATUS
@@ -233,8 +233,8 @@ spec:
233233 description : Access token for OAuth.
234234 type : string
235235 default : " "
236- - name : JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE
237- description : Name of the processor image. Useful to override for development .
236+ - name : PNC_KONFLUX_TOOLING_IMAGE
237+ description : Name of the tooling image.
238238 type : string
239239 - name : NOTIFICATION_CONTEXT
240240 description : Notification context
@@ -244,7 +244,7 @@ spec:
244244 type : string
245245 steps :
246246 - name : notification
247- image : $(params.JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE )
247+ image : $(params.PNC_KONFLUX_TOOLING_IMAGE )
248248 args :
249249 - notify
250250 - --context=$(params.NOTIFICATION_CONTEXT)
0 commit comments