Skip to content
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

add helm chart #606

Merged
merged 64 commits into from
Jun 26, 2024
Merged

add helm chart #606

merged 64 commits into from
Jun 26, 2024

Commits on Jun 25, 2024

  1. add Chart manifest

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2e59757 View commit details
    Browse the repository at this point in the history
  2. add configurations.yaml

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cccb24b View commit details
    Browse the repository at this point in the history
  3. add .helmignore

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4d82ad5 View commit details
    Browse the repository at this point in the history
  4. add minikube example to docs

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f605d62 View commit details
    Browse the repository at this point in the history
  5. add deployment manifest

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    63332cb View commit details
    Browse the repository at this point in the history
  6. add unittest for deployment

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0d2fe76 View commit details
    Browse the repository at this point in the history
  7. WIP

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2c88577 View commit details
    Browse the repository at this point in the history
  8. add basic unittest for charts

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    87c51c2 View commit details
    Browse the repository at this point in the history
  9. add first python unittests

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f3a845f View commit details
    Browse the repository at this point in the history
  10. move testtools

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    63efc8b View commit details
    Browse the repository at this point in the history
  11. add general render test

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3e96301 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    586224b View commit details
    Browse the repository at this point in the history
  13. add metrics-service

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b9ca44c View commit details
    Browse the repository at this point in the history
  14. add logprep metrics config

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9d1b855 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cde850f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0fe8944 View commit details
    Browse the repository at this point in the history
  17. refactor chart tests

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4b8c1dd View commit details
    Browse the repository at this point in the history
  18. remove helm unit tests

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    127240c View commit details
    Browse the repository at this point in the history
  19. refactor base test class

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5a36988 View commit details
    Browse the repository at this point in the history
  20. add todo tests

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7835cad View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    bea1856 View commit details
    Browse the repository at this point in the history
  22. add readiness probes behavior

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7155265 View commit details
    Browse the repository at this point in the history
  23. add podmonitor

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6fc5bf9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cf8d834 View commit details
    Browse the repository at this point in the history
  25. rename to exporter_config

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7749efe View commit details
    Browse the repository at this point in the history
  26. add logger-config bahavior

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1380674 View commit details
    Browse the repository at this point in the history
  27. add exporter port behavior

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d507aa7 View commit details
    Browse the repository at this point in the history
  28. add security context

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d4fc395 View commit details
    Browse the repository at this point in the history
  29. fix tests

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    45161e0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7ccfe35 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    f5a7cc5 View commit details
    Browse the repository at this point in the history
  32. add general input config

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    22ef3f8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    77386ab View commit details
    Browse the repository at this point in the history
  34. add documentation

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    056874c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9178774 View commit details
    Browse the repository at this point in the history
  36. add http_input probe behavior

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f90b845 View commit details
    Browse the repository at this point in the history
  37. add general output config

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5de0da8 View commit details
    Browse the repository at this point in the history
  38. fix tests

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9017366 View commit details
    Browse the repository at this point in the history
  39. add test for imagepullsecret

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    24be9e9 View commit details
    Browse the repository at this point in the history
  40. update changelog

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b4820c5 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4b1570e View commit details
    Browse the repository at this point in the history
  42. fix tests

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e9e0959 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    6a8e28f View commit details
    Browse the repository at this point in the history
  44. use logprep.fullname

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4fddd3f View commit details
    Browse the repository at this point in the history
  45. add extra labels

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e77c303 View commit details
    Browse the repository at this point in the history
  46. working

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    1722cae View commit details
    Browse the repository at this point in the history
  47. update documentation

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    812016b View commit details
    Browse the repository at this point in the history
  48. fix exporter test

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d02f0f0 View commit details
    Browse the repository at this point in the history
  49. install helm in pipeline

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    059e283 View commit details
    Browse the repository at this point in the history
  50. Update charts/logprep/templates/configurations.yaml

    Co-authored-by: dtrai2 <95028228+dtrai2@users.noreply.github.com>
    ekneg54 and dtrai2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    045873e View commit details
    Browse the repository at this point in the history
  51. Update charts/logprep/values.yaml

    Co-authored-by: dtrai2 <95028228+dtrai2@users.noreply.github.com>
    ekneg54 and dtrai2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ec9933c View commit details
    Browse the repository at this point in the history
  52. Update charts/logprep/values.yaml

    Co-authored-by: dtrai2 <95028228+dtrai2@users.noreply.github.com>
    ekneg54 and dtrai2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    db8e0be View commit details
    Browse the repository at this point in the history
  53. Update charts/logprep/values.yaml

    Co-authored-by: dtrai2 <95028228+dtrai2@users.noreply.github.com>
    ekneg54 and dtrai2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9cd92a8 View commit details
    Browse the repository at this point in the history
  54. Update tests/unit/charts/test_input_config.py

    Co-authored-by: dtrai2 <95028228+dtrai2@users.noreply.github.com>
    ekneg54 and dtrai2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    29d88f4 View commit details
    Browse the repository at this point in the history
  55. Update doc/source/examples/minikube.rst

    Co-authored-by: dtrai2 <95028228+dtrai2@users.noreply.github.com>
    ekneg54 and dtrai2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8137aed View commit details
    Browse the repository at this point in the history
  56. Update tests/unit/charts/test_base.py

    Co-authored-by: dtrai2 <95028228+dtrai2@users.noreply.github.com>
    ekneg54 and dtrai2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    afbdc42 View commit details
    Browse the repository at this point in the history
  57. Update tests/unit/charts/test_output_config.py

    Co-authored-by: dtrai2 <95028228+dtrai2@users.noreply.github.com>
    ekneg54 and dtrai2 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ca4450f View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    0565a8e View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    3bb9dec View commit details
    Browse the repository at this point in the history
  60. add artifacts mechanic

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0c7083f View commit details
    Browse the repository at this point in the history
  61. add artifacts volume mechanic

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3b9192b View commit details
    Browse the repository at this point in the history
  62. add assertion comments

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b213adc View commit details
    Browse the repository at this point in the history
  63. add tests for event module

    ekneg54 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4c4a5f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Update doc/source/examples/minikube.rst

    Co-authored-by: djkhl <49399649+djkhl@users.noreply.github.com>
    ekneg54 and djkhl authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d7408ee View commit details
    Browse the repository at this point in the history