Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update images #2333

Merged
merged 1 commit into from
Dec 24, 2024
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/c992db439fea9f86bc5531aac03d1e2574d80130/image-config.yaml
- path: https://raw.githubusercontent.com/redhat-appstudio/jvm-build-service-builder-images/4a7761f79253b71d750d2f7b4a3df5c262e2435e/image-config.yaml
4 changes: 2 additions & 2 deletions deploy/operator/config/system-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +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:c992db439fea9f86bc5531aac03d1e2574d80130
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi8:4a7761f79253b71d750d2f7b4a3df5c262e2435e
priority: 2000
ubi7:
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi7:c992db439fea9f86bc5531aac03d1e2574d80130
image: quay.io/redhat-user-workloads/konflux-jbs-pnc-tenant/jvm-build-service-builder-images/ubi7:4a7761f79253b71d750d2f7b4a3df5c262e2435e
priority: 1000
Loading