-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint: Update refinery chart to use refinery 1.20.0 (#227)
<!-- Thank you for contributing to the project! 💜 Please see our [OSS process document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#) to get an idea of how we operate. --> ## Which problem is this PR solving? - Closes #223 ## Short description of the changes - Updates refinery chart to use refinery 1.20.0 by default. Updated values.yaml with new configuration fields. Updated `NOTES.txt` to log [INFO] when values are not set to recommended values. ## How to verify that this has the expected result Local kind cluster.
- Loading branch information
1 parent
42b5db4
commit 44d7c07
Showing
3 changed files
with
143 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
{{- if eq .Values.config.PeerManagement.Strategy "legacy" }} | ||
[INFO] We recommend setting "config.PeerManagement.Strategy" to "hash". See https://github.com/honeycombio/refinery/blob/main/RELEASE_NOTES.md#version-1200 for more details | ||
{{ end }} | ||
|
||
{{- if eq .Values.config.StressRelief.Mode "never" }} | ||
[INFO] We recommend setting "config.StressRelief.Mode" to "monitor". See https://github.com/honeycombio/refinery/blob/main/RELEASE_NOTES.md#version-1200 for more details | ||
{{ end }} | ||
|
||
{{- if eq .Values.config.SampleCacheConfig.Type "legacy" }} | ||
[INFO] We recommend setting "config.SampleCacheConfig.Type" to "cuckoo". See https://github.com/honeycombio/refinery/blob/main/RELEASE_NOTES.md#version-1200 for more details | ||
{{ end }} | ||
|
||
Honeycomb refinery is setup and configured to refine events that are sent through it. You should see data flowing | ||
within a few minutes at https://ui.honeycomb.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters