1
0
forked from suse-edge/Factory
Factory/rancher-turtles-airgap-resources-chart
Steven Hardy 2928b2076e
rancher-turtles-airgap-resources-chart: Update to 0.14.1 upstream release
Aligns with https://github.com/suse-edge/charts/pull/174 which
rebases to 0.14.1, which is marked as compatible with Rancher 2.10

(cherry picked from commit 856ec2ac8e)
2024-12-05 17:43:56 +00:00
..
templates rancher-turtles-airgap-resources-chart: Update to 0.14.1 upstream release 2024-12-05 17:43:56 +00:00
_service updated _service files for the templating 2024-11-18 15:14:29 +02:00
Chart.yaml rancher-turtles-airgap-resources-chart: Update to 0.14.1 upstream release 2024-12-05 17:43:56 +00:00
README.md Add rancher turtles charts 2024-10-31 16:54:18 +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\"}}"