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

feat(cli): Charttool #367

Merged
merged 5 commits into from
Sep 1, 2020
Merged

feat(cli): Charttool #367

merged 5 commits into from
Sep 1, 2020

Commits on Sep 1, 2020

  1. refactor: helmraiser -> helm

    Renames the helmraiser package to helm, because its scope is going to be
    extended in the following.
    
    It will not only cover helmraiser functionality going on, but also house
    declarative chart management code
    sh0rez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    3e505d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6f773 View commit details
    Browse the repository at this point in the history
  3. feat(cli): Charttool

    Adds a new `tk tool charts` command, which enables declarative
    management of vendored Helm charts.
    
    As proposed by
    https://docs.google.com/document/d/171F0cm_VliMStmHe6oy5pAbuXihr-7Cb5yD-vmwqpP8,
    Helm Charts should be vendored by the individual library that consumes
    them.
    
    To simplify this process, `tk tool charts` provides a declarative config
    file to automate `helm pull`.
    
    The rest of above document will be implemented in subsequent pull requests
    sh0rez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    85de224 View commit details
    Browse the repository at this point in the history
  4. chore: don't ignore cmd/tk folder

    wtf happened here
    sh0rez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    41b4f06 View commit details
    Browse the repository at this point in the history
  5. style: Load -> LoadChartFile

    sh0rez committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    76e0192 View commit details
    Browse the repository at this point in the history