-
Notifications
You must be signed in to change notification settings - Fork 869
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
fix: kubernetes and kyverno version annotations in kyverno-policies helm chart (#1165) #11258
base: main
Are you sure you want to change the base?
Conversation
Thanks for opening your first Pull Request here! Please check out our Contributing guidelines and confirm that you Signed off. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11258 +/- ##
==========================================
+ Coverage 12.22% 12.39% +0.17%
==========================================
Files 946 949 +3
Lines 87341 88045 +704
==========================================
+ Hits 10676 10916 +240
- Misses 75355 75783 +428
- Partials 1310 1346 +36 ☔ View full report in Codecov by Sentry. |
8e9b52b
to
1a17159
Compare
Hi @sergey198828 - can you send the PR to |
…elm chart match release and supported versions (kyverno#1165) Signed-off-by: kiyanser <[email protected]>
51e7561
to
73c348a
Compare
@realshuting PR been sent to main instead of release-1.13 |
Explanation
When deploy kyverno-policies helm chart it specifies versions as annotations of each policy:
Related issue
/closes kyverno/policies#1165
@realshuting
Milestone of this PR
/milestone release-1.13
Documentation (required for features)
My PR does not contain any new functionalities to Kyverno. Documentation for helm chart been updated in README.md and comments been added to values.yaml
What type of PR is this
/kind bug
Proposed Changes
This change maintain appropriate annotations to Kubernetes resources when deploy policy using kyverno-policies helm chart. It gives users control to which versions of Kubernetes policies suppose to run and which not.
Proof Manifests
Not applicable since no change to Kyverno itself been made, only to helm chart.
Before change
After change
Checklist