jetstack / version-checker

Kubernetes utility for exposing image versions in use, compared to latest available upstream, as metrics.
https://jetstack.io
Apache License 2.0
661 stars 76 forks source link

feat: Add ability to define securityContext and podSecurityContext #178

Closed mkilchhofer closed 2 months ago

mkilchhofer commented 2 months ago

With this feature we are able to harden version checker and fulfill the Pod Security Standards without rely on a mutating webhook like Kyverno or its competitors.

davidcollom commented 2 months ago

Looks good, can we add a test to the chart just to ensure expected behaviour

mkilchhofer commented 2 months ago

Looks good, can we add a test to the chart just to ensure expected behaviour

Sure, I added the test to the chart 👍