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

Extend current ImageConfig to allow more values to images as well as … #505

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. Extend current ImageConfig to allow more values to images as well as …

    …additional configuration options for each image type
    
    Add modified PullPolicy to containers
    
    Add ability to restrict pullSecrets added per pod
    
    Make internal imageConfig to be non-pointer to allow easier usage in tests
    
    Make some pointer accesses safer
    burmanm committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    65852d9 View commit details
    Browse the repository at this point in the history
  2. Some rebase fixes

    burmanm committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a4b86f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da98e96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85e07a0 View commit details
    Browse the repository at this point in the history
  5. Add HCD version override test

    burmanm committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fb9eb8c View commit details
    Browse the repository at this point in the history