-
Notifications
You must be signed in to change notification settings - Fork 759
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
feat: Add Recommended Helm/K8s labels #2788
Conversation
@jbruce-nex you can revert all the changes to |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #2788 +/- ##
==========================================
+ Coverage 53.02% 53.08% +0.05%
==========================================
Files 135 135
Lines 11790 11790
==========================================
+ Hits 6252 6259 +7
+ Misses 5050 5045 -5
+ Partials 488 486 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hi @sozercan have updated to remove changes to the charts directory - cheers! |
@jbruce-nex looks like helm build and upgrade tests are failing |
From the error, unfortunately it looks like the change is not backward compatible.
|
Apologies on the delay - I have updated the templates to hopefully resolve the issue that @ritazh has posted. There was an error on my part in the template helper files |
Signed-off-by: Anlan Du <adu47249@gmail.com> Co-authored-by: Sertaç Özercan <852750+sozercan@users.noreply.github.com> Signed-off-by: James Bruce <james.bruce@ba.com>
Signed-off-by: James Bruce <james.bruce@ba.com>
Signed-off-by: James Bruce <james.bruce@ba.com>
Signed-off-by: James Bruce <james.bruce@ba.com>
Signed-off-by: James Bruce <james.bruce@ba.com>
This reverts commit 44dc224. Signed-off-by: James Bruce <james.bruce@ba.com>
Signed-off-by: Alex Pana <8968914+acpana@users.noreply.github.com> Signed-off-by: alex <8968914+acpana@users.noreply.github.com> Co-authored-by: Rita Zhang <rita.z.zhang@gmail.com> Signed-off-by: James Bruce <james.bruce@ba.com>
Signed-off-by: James Bruce <james.bruce@ba.com>
Signed-off-by: James Bruce <james.bruce@ba.com>
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR and sorry about the delay! LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What this PR does / why we need it:
This PR adds in Helm and Kubernetes recommended labels, bringing gatekeeper in line with best practice.
See links for labelling info:
https://helm.sh/docs/chart_best_practices/labels/
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels
Which issue(s) this PR fixes
Fixes #2774