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

Fix curator again #75

Merged
merged 4 commits into from
Jul 3, 2023
Merged

Fix curator again #75

merged 4 commits into from
Jul 3, 2023

Commits on Jul 3, 2023

  1. test: add new golden all test

    New golden test allows to verify templates from parent chart.
    
    Camunda platform helm parent chart might change from time to time unexpectly deployments
    or even configurations, which can be detected with such test.
    
    Furthermore, allows to verify that values are correctly applied.
    Zelldon committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    0624cef View commit details
    Browse the repository at this point in the history
  2. fix: correctly indent the image object

    Image is part of the retention policy, was not correctly indended which causes to not set the repository correctly
    Zelldon committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    06a1f2f View commit details
    Browse the repository at this point in the history
  3. refactor: rename golden file

    Zelldon committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2472652 View commit details
    Browse the repository at this point in the history
  4. test: rework test

    Retrieving all templates, doesn't work well with elasticsearch deployments. Names seem to be
    auto generated. We will test against specific templates at least to ensure stability.
    Zelldon committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b31e484 View commit details
    Browse the repository at this point in the history