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 code for building and running helm operator binary #110

Merged

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    eed4143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    004e075 View commit details
    Browse the repository at this point in the history
  3. [Helm] Move library packages and add helm binary

    The following changes are made in this PR:
    1. Add code for building and running helm operator binary
    2. Move pkg/internal/controllerutil out of internal/ dir
    3. Add separate helpers to read watches.yaml file for helm operator
    4. Move `diff.go` and `types.go` from `pkg/internal` to `internal/`
    varshaprasad96 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    6d619bb View commit details
    Browse the repository at this point in the history
  4. [Helm] Remove from SupportsOwnerReference

    Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
    varshaprasad96 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    ee107bd View commit details
    Browse the repository at this point in the history
  5. [test] test ci

    Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
    varshaprasad96 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    2fc2993 View commit details
    Browse the repository at this point in the history
  6. modify setOwnerReference to accept unstructred.Unstructured

    Signed-off-by: varshaprasad96 <varshaprasad96@gmail.com>
    varshaprasad96 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    d147756 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

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