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
2 changes: 1 addition & 1 deletion deploy/operator/config/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ labels:

#note that when updating the ref here you must also update system-config.yaml
patches:
- path: https://raw.githubusercontent.com/redhat-appstudio/jvm-build-service-builder-images/67236e7041a57cd8e31a6f890b0155bc0a1c1700/image-config.yaml
- path: https://raw.githubusercontent.com/redhat-appstudio/jvm-build-service-builder-images/764d80406b0c67f77b32fc61633caaf70728c4fb/image-config.yaml
5 changes: 2 additions & 3 deletions deploy/operator/config/system-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ spec:
builders:
#note that when updating the ref here you must also update kustomization.yaml
ubi8:
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi8:67236e7041a57cd8e31a6f890b0155bc0a1c1700
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi8:764d80406b0c67f77b32fc61633caaf70728c4fb
priority: 2000
ubi7:
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi7:67236e7041a57cd8e31a6f890b0155bc0a1c1700
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi7:764d80406b0c67f77b32fc61633caaf70728c4fb
priority: 1000

Loading