Skip to content

Commit

Permalink
JBS79: Rename JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE to PNC_KONFLUX_TOO…
Browse files Browse the repository at this point in the history
…LING_IMAGE
  • Loading branch information
rnc committed Jan 13, 2025
1 parent 36fe430 commit 4d38817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/jboss/pnc/konfluxbuilddriver/Driver.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public BuildResponse create(BuildRequest buildRequest) {
templateProperties.put("MVN_REPO_DEPLOY_URL", buildRequest.repositoryDeployUrl());
templateProperties.put("QUAY_REPO", config.quayRepo());
templateProperties.put("RECIPE_IMAGE", buildRequest.recipeImage());
templateProperties.put("JVM_BUILD_SERVICE_REQPROCESSOR_IMAGE", config.toolingImage());
templateProperties.put("PNC_KONFLUX_TOOLING_IMAGE", config.toolingImage());
templateProperties.put("REVISION", buildRequest.scmRevision());
templateProperties.put("URL", buildRequest.scmUrl());
templateProperties.put("caTrustConfigMapName", "custom-ca");
Expand Down

0 comments on commit 4d38817

Please sign in to comment.