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 --values to kctrl package installed update #683

Merged
merged 6 commits into from
May 31, 2022

Commits on May 24, 2022

  1. Add '--drop-values-file'

    100mik committed May 24, 2022
    Configuration menu
    Copy the full SHA
    8440f4a View commit details
    Browse the repository at this point in the history
  2. Fix: Ownership annotations get clobbered when values secret is updated

    * Fix needed to be able to drop values file that have been updated safely
    * Add tests for the same`
    100mik committed May 24, 2022
    Configuration menu
    Copy the full SHA
    a1f939c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbbe9a6 View commit details
    Browse the repository at this point in the history
  4. withValues => values. Add an exit case, when there is no values refer…

    …enced.
    
    * values makes more sense since this flag is present in create, update and install
    * Making sure an update call is not made if values is false but there are no values to be deleted or no references to be removed
    * Update flag descriptions
    100mik committed May 24, 2022
    Configuration menu
    Copy the full SHA
    2f690c8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

Commits on May 30, 2022

  1. Update examples. Restructure errors. Ensure that we do not panic whil…

    …e trying to remove secret references.
    100mik committed May 30, 2022
    Configuration menu
    Copy the full SHA
    e97330c View commit details
    Browse the repository at this point in the history