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

Charts: add registry templating to support Elemental airgap scenarios #497

Merged
merged 8 commits into from
Aug 23, 2023

Commits on Aug 11, 2023

  1. Charts: update rancher annotations

    drop experimental, add few more (affects only installation from Rancher
    Marketplace) and remove useless ones on crds chart.
    
    Signed-off-by: Francesco Giudici <[email protected]>
    fgiudici committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    bd9bfe7 View commit details
    Browse the repository at this point in the history
  2. Charts: enforce templating on the channel resource

    also remove the registry url from the default images reference:
    resources are already templated getting the registry url from the
    global.cattle.systemDefaultRegistry variable.
    
    Signed-off-by: Francesco Giudici <[email protected]>
    fgiudici committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    55ed01b View commit details
    Browse the repository at this point in the history
  3. Charts: add README

    Signed-off-by: Francesco Giudici <[email protected]>
    fgiudici committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e15e5da View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Charts: add registry templating for custom airgap

    Airgap could be managed via Rancher Marketplace once we will have our
    chart landing there (excluding the teal OS images).
    We could anyway provide registry templating to allow separate airgap
    management of the operator, seedimage-builder and channel images.
    
    Signed-off-by: Francesco Giudici <[email protected]>
    fgiudici committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    158d42b View commit details
    Browse the repository at this point in the history
  2. Makefile: add the REGISTRY_URL var

    this is needed to align with the registry/repo templating introduced for
    airgapped scenario support.
    
    While there, also drop the SEEDIMAGE_TAG: just use the common TAG for
    the seedimage container image.
    
    Signed-off-by: Francesco Giudici <[email protected]>
    fgiudici committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    080c86c View commit details
    Browse the repository at this point in the history
  3. tests: fix chart workflow

    update to the newer repo/registry templating.
    
    Signed-off-by: Francesco Giudici <[email protected]>
    fgiudici committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2f2d0fd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. tests: fix e2e workflow

    Signed-off-by: Francesco Giudici <[email protected]>
    fgiudici committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    fecae2a View commit details
    Browse the repository at this point in the history
  2. Charts: sync OBS charts

    Signed-off-by: Francesco Giudici <[email protected]>
    fgiudici committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ea19355 View commit details
    Browse the repository at this point in the history