Skip to content

updating dependencies to support k8s 1.33 #151

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

acornett21
Copy link
Contributor

@acornett21 acornett21 commented Jun 20, 2025

Description of the change:

  • Updating k8s to 1.33
  • Updating go to 1.24

Motivation for the change:

@openshift-ci openshift-ci bot requested review from everettraven and fabianvf June 20, 2025 21:29
@acornett21 acornett21 force-pushed the update_k8s_1_33 branch 2 times, most recently from 2cb6724 to b138b0c Compare June 20, 2025 21:57
@acornett21
Copy link
Contributor Author

@@ -255,7 +255,7 @@ func (r *AnsibleOperatorReconciler) Reconcile(ctx context.Context, request recon
}
} else if recentlyDeleted && finalizerExists {
// If the CR was deleted after the reconcile began, we need to requeue for the finalizer.
reconcileResult.Requeue = true
reconcileResult.RequeueAfter = 5 * time.Second

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link

@camilamacedo86 camilamacedo86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants