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

change: allow full K3s registry configuration #1215

Merged
merged 4 commits into from
Apr 28, 2023

Commits on Mar 17, 2023

  1. Add rewrites map to mirrors struct, initialize empty map for k3d side…

    … of config
    
    - This will allow for passing through mirror config via the config block
    - This wont allow rewrites to be configured as part of a k3d config file, only via registries.yaml (inline or not)
    maxsargentdev authored and iwilltry42 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    a61a025 View commit details
    Browse the repository at this point in the history
  2. Switch pkg/types/k3s/registry.go for rancher/wharfie

    - Updated vendor folder with new deps pulled in by wharfie
    - Replaces old registry implementation with the exact same but from ranchers wharfie project
    maxsargentdev authored and iwilltry42 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    24d70c7 View commit details
    Browse the repository at this point in the history
  3. Rebase and update go.work file

    maxsargentdev authored and iwilltry42 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    f742937 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

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