Skip to content

Conversation

@openshift-ci openshift-ci bot requested review from mmalina and scoheb September 15, 2025 11:40
Copy link
Contributor

Code Review by Gemini

components/internal-services/kustomization.yaml

Improvement:

Consider adding a comment to the kustomization.yaml file to explain the reason for updating the CRD reference to this specific commit hash. This improves maintainability and makes it easier for future developers to understand the context of the change without needing to consult the commit history or external PRs.

--- a/components/internal-services/kustomization.yaml
+++ b/components/internal-services/kustomization.yaml
@@ -4,6 +4,7 @@
 - internal_service_request_service_account.yaml
 - internal_service_service_account_token.yaml
 - internal-services.yaml
+- # Update CRDs to reflect changes from konflux-ci/internal-services/pull/310
 - https://github.com/konflux-ci/internal-services/config/crd?ref=05cac0e3c04a002645983632172cb9b2d814a93d
 
 apiVersion: kustomize.config.k8s.io/v1beta1

Copy link
Contributor

Code Review by Gemini

The change updates the Git reference for the internal-services CRD in the kustomization.yaml file.

--- a/components/internal-services/kustomization.yaml
+++ b/components/internal-services/kustomization.yaml
@@ -1,12 +1,12 @@
 resources:
 - internal_service_request_role.yaml
 - internal_service_request_role_binding.yaml
 - internal_service_request_service_account.yaml
 - internal_service_service_account_token.yaml
 - internal-services.yaml
-- https://github.com/konflux-ci/internal-services/config/crd?ref=957f69fadd27b34c749b9ecc79933f311d8cf91c
+- https://github.com/konflux-ci/internal-services/config/crd?ref=ac050a9626da682a0b6a1f5eaafaa7609f99d8c2

This is a straightforward update of a dependency's CRD version. Assuming the new commit hash ac050a9626da682a0b6a1f5eaafaa7609f99d8c2 is the intended and correct reference for the updated CRD, there are no bugs or issues in this change.

Improvements:
No specific improvements are suggested for this change, as updating a Git reference to a specific commit hash is a valid and precise way to manage dependency versions in Kustomize.

Copy link
Contributor

Code Review by Gemini

The provided diff updates the ref for the internal-services CRD in the kustomization.yaml file. This is a valid change to pull in newer CRD definitions.

There are no bugs or issues in the provided code changes. The update of the Git reference is a standard practice for managing dependencies in Kustomize.

--- a/components/internal-services/kustomization.yaml
+++ b/components/internal-services/kustomization.yaml
@@ -6,4 +6,4 @@
 - internal_service_request_service_account.yaml
 - internal_service_service_account_token.yaml
 - internal-services.yaml
-- https://github.com/konflux-ci/internal-services/config/crd?ref=957f69fadd27b34c749b9ecc79933f311d8cf91c
+- https://github.com/konflux-ci/internal-services/config/crd?ref=8f81d0253425ce382e70a11ac8f526bf967f8bc6

Copy link
Contributor

Code Review by Gemini

The change updates the Git reference for fetching Custom Resource Definitions (CRDs) from the konflux-ci/internal-services repository. This is a standard way to manage external Kustomize resources.

Potential Issues & Improvements:

@rh-tap-build-team rh-tap-build-team bot force-pushed the internal-services branch 5 times, most recently from f4e70bb to 8d9e4eb Compare September 21, 2025 09:37
Copy link

openshift-ci bot commented Sep 21, 2025

@rh-tap-build-team[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/appstudio-upgrade-tests 0aee47b link false /test appstudio-upgrade-tests

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Copy link

openshift-ci bot commented Sep 22, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: rh-tap-build-team[bot]

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants