-
Notifications
You must be signed in to change notification settings - Fork 72
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
[BUG] Outdated helm repo path in fluentd bitnami install #2016
Labels
bug
Something isn't working
Comments
svteb
added a commit
to svteb/testsuite
that referenced
this issue
May 16, 2024
Ref: cnti-testcatalog#2025 cnti-testcatalog#2016 - The issue explained in cnti-testcatalog#2025 where fluent was tailing itself instead of the CNF has been resolved. - The dead helm repo mentioned in cnti-testcatalog#2016 has been replace by link to bitnami repo, there was a similar occurence in the spec test. - The family of fluentd functions and files have been refactored into configurable files (allows for future additions/checking of elastic, aws fluent, etc.). - The routed_logs test was also modified to conform to the new functions (also shortened). - Other files have been edited for completion/conformance with naming conventions. Signed-off-by: svteb <[email protected]>
22 tasks
martin-mat
pushed a commit
that referenced
this issue
Jun 9, 2024
Ref: #2025 #2016 - The issue explained in #2025 where fluent was tailing itself instead of the CNF has been resolved. - The dead helm repo mentioned in #2016 has been replace by link to bitnami repo, there was a similar occurence in the spec test. - The family of fluentd functions and files have been refactored into configurable files (allows for future additions/checking of elastic, aws fluent, etc.). - The routed_logs test was also modified to conform to the new functions (also shortened). - Other files have been edited for completion/conformance with naming conventions. Signed-off-by: svteb <[email protected]>
martin-mat
pushed a commit
that referenced
this issue
Jun 10, 2024
) * Fix: Routed logs test now correctly checks if CNF is being tailed Ref: #2025 #2016 - The issue explained in #2025 where fluent was tailing itself instead of the CNF has been resolved. - The dead helm repo mentioned in #2016 has been replace by link to bitnami repo, there was a similar occurence in the spec test. - The family of fluentd functions and files have been refactored into configurable files (allows for future additions/checking of elastic, aws fluent, etc.). - The routed_logs test was also modified to conform to the new functions (also shortened). - Other files have been edited for completion/conformance with naming conventions. Signed-off-by: svteb <[email protected]> * Fix: Corrected a require command in observability_spec.cr Refs: #2025 Signed-off-by: svteb <[email protected]> * Refactor: better abstraction of fluent flavors Refs: #2025 - Reworked the config dictionary into classes that inherit from a base abstract class. - Renamed FluentManagement module to FluentManager - Interfaces changed to adhere to the new abstraction Signed-off-by: svteb <[email protected]> --------- Signed-off-by: svteb <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
From
/testsuite/src/tasks/utils/fluentd_bitnami.cr
:Unless some authorization is required the repo
oci://registry-1.docker.io/bitnamicharts
fails with:To Reproduce
Expected behavior
Some live bitnami helm repo should be used, i.e
https://charts.bitnami.com/bitnami
.The text was updated successfully, but these errors were encountered: