Files
Factory/rancher-turtles-airgap-resources-chart
Steven Hardy 894068cccd Update release-manifest and airgap-resources to 0.23.4
Updates to align with the 0.23.4 chart update, the airgap resources
don't actually change but we're bumping the tag to keep aligned and
avoid potential confusion
2025-11-24 15:42:37 +01:00
..

Deploy Rancher Turtles in airgapped scenarios

To simplify deployment of the suse-edge rancher-turtles wrapper chart in airgapped scenarios this chart deploys the corresponding ConfigMap resources, as described in the Rancher Turtles Documentation

In addition to installing the chart, it will be necessary to adjust the rancher-turtles chart values:

cluster-api-operator:
  cluster-api:
    core:
      fetchConfig:
        selector: "{\"matchLabels\": {\"provider-components\": \"core\"}}"
    rke2:
      bootstrap:
        fetchConfig:
          selector: "{\"matchLabels\": {\"provider-components\": \"rke2-bootstrap\"}}"
      controlPlane:
        fetchConfig:
          selector: "{\"matchLabels\": {\"provider-components\": \"rke2-control-plane\"}}"
    metal3:
      infrastructure:
        fetchConfig:
          selector: "{\"matchLabels\": {\"provider-components\": \"metal3\"}}"
      ipam:
        fetchConfig:
          selector: "{\"matchLabels\": {\"provider-components\": \"metal3ipam\"}}"
    fleet:
      addon:
        fetchConfig:
          selector: "{\"matchLabels\": {\"provider-components\": \"fleet\"}}"