rancher-turtles-providers: fix ClusterctlConfig syntax #328

Merged
steven.hardy merged 1 commits from steven.hardy/Factory:turtles_providers_fix into main 2025-12-11 09:43:38 +01:00
2 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#!BuildTag: %%CHART_PREFIX%%rancher-turtles-providers:%%CHART_MAJOR%%.0.1_up0.0.0
#!BuildTag: %%CHART_PREFIX%%rancher-turtles-providers:%%CHART_MAJOR%%.0.1_up0.0.0-%RELEASE%
#!BuildTag: %%CHART_PREFIX%%rancher-turtles-providers:%%CHART_MAJOR%%.0.2_up0.0.0
#!BuildTag: %%CHART_PREFIX%%rancher-turtles-providers:%%CHART_MAJOR%%.0.2_up0.0.0-%RELEASE%
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Rancher Turtles Providers for SUSE Edge
@@ -21,4 +21,4 @@ keywords:
- provisioning
- provider
name: rancher-turtles-providers
version: "%%CHART_MAJOR%%.0.1+up0.0.0"
version: "%%CHART_MAJOR%%.0.2+up0.0.0"

View File

@@ -22,12 +22,12 @@ spec:
url: "https://github.com/rancher-sandbox/ip-address-manager/releases/v1.10.4/ipam-components.yaml"
type: IPAMProvider
images:
control-plane-rke2:
repository: "registry.suse.com/rancher"
bootstrap-rke2:
repository: "registry.suse.com/rancher"
addon-fleet:
repository: "registry.suse.com/rancher"
- name: control-plane-rke2
steven.hardy marked this conversation as resolved Outdated

there are extra : on each name: line

there are extra `:` on each `name:` line

oops, now fixed!

oops, now fixed!
repository: "registry.suse.com/rancher"
- name: bootstrap-rke2
repository: "registry.suse.com/rancher"
- name: addon-fleet
repository: "registry.suse.com/rancher"
---
apiVersion: turtles-capi.cattle.io/v1alpha1
kind: CAPIProvider