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

fix clusterctl config map issue #139

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/rancher-turtles/rancher-turtles-0.1.0+up0.9.1.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ data:

# Infrastructure providers
- name: "metal3"
url: "https://github.com/metal3-io/cluster-api-provider-metal3/releases/download/v1.6.0/infrastructure-components.yaml"
url: "https://github.com/metal3-io/cluster-api-provider-metal3/releases/v1.6.0/infrastructure-components.yaml"
type: "InfrastructureProvider"

# Bootstrap providers
- name: "rke2"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/download/v0.2.6/bootstrap-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.2.6/bootstrap-components.yaml"
type: "BootstrapProvider"

# ControlPlane providers
- name: "rke2"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/download/v0.2.6/control-plane-components.yaml"
url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.2.6/control-plane-components.yaml"
type: "ControlPlaneProvider"

# Addon providers
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,15 +1046,15 @@ entries:
catalog.cattle.io/type: cluster-tool
apiVersion: v2
appVersion: 0.9.1
created: "2024-07-24T11:24:19.872855+02:00"
created: "2024-07-31T13:44:23.763982+02:00"
dependencies:
- condition: cluster-api-operator.enabled
name: cluster-api-operator
repository: file://./charts/cluster-api-operator
version: 0.11.0
description: Rancher Turtles is an extension to Rancher that brings full Cluster
API integration to Rancher.
digest: 36777f78713afb3753cf9e575b3601909a2f5a0174ff06f5f2ce5a5707329e81
digest: 8474a321d1157faee938bde55c7fd3907a3e95621110cedb1b66edadb9614953
home: https://github.com/rancher/turtles/
icon: https://raw.githubusercontent.com/rancher/turtles/main/logos/capi.svg
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
- type: "InfrastructureProvider"
+ # Infrastructure providers
+ - name: "metal3"
+ url: "https://github.com/metal3-io/cluster-api-provider-metal3/releases/download/v1.6.0/infrastructure-components.yaml"
+ url: "https://github.com/metal3-io/cluster-api-provider-metal3/releases/v1.6.0/infrastructure-components.yaml"
+ type: "InfrastructureProvider"

- # Bootstrap providers
Expand All @@ -50,7 +50,7 @@
- type: "BootstrapProvider"
+ # Bootstrap providers
+ - name: "rke2"
+ url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/download/v0.2.6/bootstrap-components.yaml"
+ url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.2.6/bootstrap-components.yaml"
+ type: "BootstrapProvider"

- # ControlPlane providers
Expand All @@ -62,7 +62,7 @@
- type: "ControlPlaneProvider"
+ # ControlPlane providers
+ - name: "rke2"
+ url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/download/v0.2.6/control-plane-components.yaml"
+ url: "https://github.com/rancher-sandbox/cluster-api-provider-rke2/releases/v0.2.6/control-plane-components.yaml"
+ type: "ControlPlaneProvider"

# Addon providers
Expand Down
Loading