Skip to content

[prometheus-operator-admission-webhook] reorder job-patchwebhook #5608

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 4 commits into
base: main
Choose a base branch
from

Conversation

TheRealNoob
Copy link
Contributor

What this PR does / why we need it

Modifies release order of Helm hook jobs. See below issue for deeper description.

Which issue this PR fixes

Special notes for your reviewer

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

@TheRealNoob TheRealNoob requested a review from zeritti as a code owner May 5, 2025 21:10
@TheRealNoob
Copy link
Contributor Author

tomorrow i will test this out and figure out the error

Copy link
Contributor

@zeritti zeritti left a comment

Choose a reason for hiding this comment

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

Thanks, @TheRealNoob, for the change.

I would still prefer making the webhook configurations in to hooks optional only, i.e. the default installation would not install them as hooks. A field like webhooks.configurationsAsHooks (bool), for example, would then be used as a toggle. Enabling the toggle (and jobs) would set the appropriate annotations in both the configurations and the jobs.

@@ -2,7 +2,7 @@
apiVersion: v2
description: Prometheus Operator Admission Webhook
name: prometheus-operator-admission-webhook
version: 0.24.2
version: 0.24.3
Copy link
Contributor

Choose a reason for hiding this comment

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

Should really be a minor change.

Suggested change
version: 0.24.3
version: 0.25.0

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.

[prometheus-operator-admission-webhook] job-patchWebhook runs too late
2 participants