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 helm-operator-mapper tool for migrating from helm to operator #1570

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

Commits on Oct 21, 2024

  1. add yaml mapper tool

    swang392 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    fefca15 View commit details
    Browse the repository at this point in the history
  2. update readme

    swang392 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b54013f View commit details
    Browse the repository at this point in the history
  3. fix code vulnerability

    swang392 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    92516ad View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. documentation updates

    swang392 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    398308e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be04ebd View commit details
    Browse the repository at this point in the history
  3. remove updates to chart

    swang392 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    4b5d061 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Add updateMap flag (#1578)

    * add updateMap flag
    
    * fix mapping
    
    * fix values parsing
    
    * remove invalid parent keys from mapping
    
    * refactor
    
    * more refactor, add comments
    
    * remove _
    fanny-jiang authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7ce89d4 View commit details
    Browse the repository at this point in the history
  2. Update yaml mapping with corresponding values in operator dda (#1582)

    * add updateMap flag
    
    * fix mapping
    
    * update mapping for secrets, config maps
    
    * update mapping
    
    * fix values parsing
    
    * remove invalid parent keys from mapping
    
    * update mapper
    
    * minor fixes
    
    * updating mapper
    
    * remove parents to nested keys
    
    ---------
    
    Co-authored-by: Fanny Jiang <[email protected]>
    swang392 and fanny-jiang authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c18c548 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Allow updateMap to use provided sourceFile and mappingFile (#1588)

    * updateMap to use provided sourceFile and mappingFile
    
    * remove comment, grammar fixes
    
    * update readme, rename tooling
    
    * fix mapping
    
    * fix logging
    fanny-jiang authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c652360 View commit details
    Browse the repository at this point in the history