-
Notifications
You must be signed in to change notification settings - Fork 31
enhancement : Helm Charts upgraded #1433
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Joel Takvorian <[email protected]>
Co-authored-by: Joel Takvorian <[email protected]>
Co-authored-by: Joel Takvorian <[email protected]>
Co-authored-by: Joel Takvorian <[email protected]>
Co-authored-by: Joel Takvorian <[email protected]>
Co-authored-by: Joel Takvorian <[email protected]>
Co-authored-by: Joel Takvorian <[email protected]>
Co-authored-by: Joel Takvorian <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @Helion55. Thanks for your PR. I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1433 +/- ##
==========================================
+ Coverage 62.33% 62.49% +0.15%
==========================================
Files 76 76
Lines 11534 11534
==========================================
+ Hits 7190 7208 +18
+ Misses 3884 3871 -13
+ Partials 460 455 -5
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Thanks @Helion55 ! I'll test it! |
As most of the k8s operators uses a default pre-defined namespace for deployment and |
Done the further 2 steps,
|
Hi @Helion55 I'm trying to understand what really brings having the crd declared in |
Why not using the existing README.md in |
Why do we need loki & prometheus tgz embedded there? I don't think we're supposed to host them, they should come from their respective repositories [edit] hmmm after trying without, helm complains they are missing, so I guess it's needed indeed? |
I'm also seeing that the loki default install includes promtail, which we don't need here, we should see if that's something we can remove by config |
I have also tried one more time but it is working fine and namespace is also created automatically, I think it might be a problem releated to my pull request.
|
Yes, no issue; we can refer to that. If anything more meaningful needs to be displayed, suggest it to me, and I will add that. Currently, I am just showing the manifest to apply and the port-forward steps, just to make things handy. |
No, it's not mandatory to embed there. We can run, |
I have tried to install loki without promtail in chart depencies with,
but this is showing error. |
Description
Helm charts upgraded with,
--set
flag during installation,This will help to update those values from automated workflow pipeline.
Issue
#1064
Proposing Further activities