-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
chore(helm): various helm fixes #12675
chore(helm): various helm fixes #12675
Conversation
Signed-off-by: Danny Kopping <[email protected]>
Signed-off-by: Danny Kopping <[email protected]>
Signed-off-by: Danny Kopping <[email protected]>
Signed-off-by: Danny Kopping <[email protected]>
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.
Nice to see a PR from you @dannykopping! LGTM!
Thanks for the quick review @trevorwhitney! I added another quick fix which caught me out today: 1f6de5e I also had to update the version due to a conflict. |
Signed-off-by: Danny Kopping <[email protected]>
@trevorwhitney the build appears to be blocked, would you mind kicking it? |
@dannykopping looks ready to go! |
@trevorwhitney all green, thanks for the review! |
will resolve those, my bad |
Thanks @cyriltovena ❤️ |
Signed-off-by: Danny Kopping <[email protected]> Co-authored-by: Trevor Whitney <[email protected]> Co-authored-by: Cyril Tovena <[email protected]>
What this PR does / why we need it:
query-scheduler-discovery
service will now be prefixed by query scheduler full name.helm-tests
Go source which was missing a param following chore(deps): Update the prometheus dependency of Loki and Promtail #12245.Checklist
CONTRIBUTING.md
guide (required)docs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR