konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
126 stars 44 forks source link

update cert-manager to v1.10.0 #208

Closed mh013370 closed 1 year ago

mh013370 commented 1 year ago
Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets fixes #206
License Apache 2.0

What's in this PR?

Updates cert-manager lib to v1.10.0, which is currently latest. No changes were necessary apart from updating the lib itself & the go module path since that changed as well.

This PR will shrink once #205 is merged as it updates the operator-sdk to v1.25.2. A go mod tidy changed more of the go.mod than i initially anticipated.

Why?

To update to a supported cert-manager release.

Checklist