-
Notifications
You must be signed in to change notification settings - Fork 108
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
Update default Beyla version in helm chart #862
Conversation
@@ -1,7 +1,7 @@ | |||
apiVersion: v2 | |||
name: beyla | |||
version: 1.1.1 | |||
appVersion: 1.5.2 | |||
version: 1.2.0 |
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.
I don't have a clear opinion here. Do updating a minor version of the appVersion
deserve an update of the minor version of the chart?
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.
In https://github.com/grafana/helm-charts the script would just bump to 1.1.2, but I guess i doesn't matter much
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #862 +/- ##
=======================================
Coverage 79.74% 79.74%
=======================================
Files 117 117
Lines 8054 8054
=======================================
Hits 6423 6423
Misses 1226 1226
Partials 405 405
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.