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

docs: add jsonschema for values.yaml #458

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Commits on Feb 14, 2022

  1. refactor: add jsonschema validation for values.yaml

    Adding a jsonschema allows user to fail early as the user configuration in the  is validated at installation time already. For that reason, there has been added additional validation that couldn't be performed using jsonschema in the helm helper file. Moreover, as we now have our dear conny in artifacthub we can enhance our artifacthub page by adding a jsonschema as artifacthub parses the file and shows its content in a nice format.
    annekebr committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    71ce0b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655706f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    f5911ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5921ab View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Update .github/PULL_REQUEST_TEMPLATE.md

    Co-authored-by: Christoph Hamsen <[email protected]>
    annekebr and xopham authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    e37a513 View commit details
    Browse the repository at this point in the history
  2. Update helm/values.schema.json

    Co-authored-by: Christoph Hamsen <[email protected]>
    annekebr and xopham authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    612dbd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ce06d7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'docs/add-jsonschema' of github.com:sse-secure-systems/c…

    …onnaisseur into docs/add-jsonschema
    annekebr committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    3f6c5ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb25896 View commit details
    Browse the repository at this point in the history