From 9c78cf1d50e8087b49a6fb6699b04f2b8bcfc3e3f6930e53b6e7ca4cd9aa362a Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 18 Dec 2025 20:17:39 +0000 Subject: [PATCH] rancher-turtles-providers: Pin fleet/RKE2 provider versions Since we're specifying a particular version with the airgap CM's we need to ensure the provider installed is the matching version --- rancher-turtles-providers-chart/Chart.yaml | 6 +- rancher-turtles-providers-chart/values.yaml | 79 +-------------------- 2 files changed, 6 insertions(+), 79 deletions(-) diff --git a/rancher-turtles-providers-chart/Chart.yaml b/rancher-turtles-providers-chart/Chart.yaml index 9e25483..6ed247d 100644 --- a/rancher-turtles-providers-chart/Chart.yaml +++ b/rancher-turtles-providers-chart/Chart.yaml @@ -1,5 +1,5 @@ -#!BuildTag: %%CHART_PREFIX%%rancher-turtles-providers:%%CHART_MAJOR%%.0.3_up0.0.0 -#!BuildTag: %%CHART_PREFIX%%rancher-turtles-providers:%%CHART_MAJOR%%.0.3_up0.0.0-%RELEASE% +#!BuildTag: %%CHART_PREFIX%%rancher-turtles-providers:%%CHART_MAJOR%%.0.4_up0.0.0 +#!BuildTag: %%CHART_PREFIX%%rancher-turtles-providers:%%CHART_MAJOR%%.0.4_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.3+up0.0.0" +version: "%%CHART_MAJOR%%.0.4+up0.0.0" diff --git a/rancher-turtles-providers-chart/values.yaml b/rancher-turtles-providers-chart/values.yaml index a0224ff..1fbbe9f 100644 --- a/rancher-turtles-providers-chart/values.yaml +++ b/rancher-turtles-providers-chart/values.yaml @@ -6,93 +6,20 @@ providers: # addonFleet: Cluster API Add-on Provider for Fleet (CAAPF). addonFleet: - # enabled: Enables the installation of this provider. enabled: true - # namespace: The namespace where the provider manifests will be applied. namespace: fleet-addon-system - # enableAutomaticUpdate: Allows the provider to be updated automatically whenever this chart is updated. enableAutomaticUpdate: true - # version: Optional provider version - # version: "" - # features: Optional feature flags for this provider. - # features: - # machinePool: false - # clusterResourceSet: false - # clusterTopology: false - # variables: Optional environment variables exposed to the controller manager. - # variables: - # ENV_VAR: "value" - # credentials: Optional Secret reference containing Rancher credentials - # credentials: - # name: "" - # namespace: "" - # configSecret: ConfigSecret is the object with name and namespace of the Secret providing the configuration variables for the current provider instance, like e.g. credentials. - # configSecret: - # name: "" - # namespace: "" - # manager: Optional controller manager settings. - # manager: - # syncPeriod: "5m" - # verbosity: 5 + version: "v0.12.0" bootstrapRKE2: - # enabled: Enables the installation of this provider. enabled: true - # namespace: The namespace where the provider manifests will be applied. namespace: rke2-bootstrap-system - # enableAutomaticUpdate: Allows the provider to be updated automatically whenever this chart is updated. enableAutomaticUpdate: true - # version: Optional provider version - # version: "" - # features: Optional feature flags for this provider. - # features: - # machinePool: false - # clusterResourceSet: false - # clusterTopology: false - # variables: Optional environment variables exposed to the controller manager. - # variables: - # ENV_VAR: "value" - # credentials: Optional Secret reference containing Rancher credentials - # credentials: - # name: "" - # namespace: "" - # configSecret: ConfigSecret is the object with name and namespace of the Secret providing the configuration variables for the current provider instance, like e.g. credentials. - # configSecret: - # name: "" - # namespace: "" - # manager: Optional controller manager settings. - # manager: - # syncPeriod: "5m" - # verbosity: 5 + version: "v0.21.1" controlplaneRKE2: - # enabled: Enables the installation of this provider. enabled: true - # namespace: The namespace where the provider manifests will be applied. namespace: rke2-control-plane-system - # enableAutomaticUpdate: Allows the provider to be updated automatically whenever this chart is updated. enableAutomaticUpdate: true - # version: Optional provider version - # version: "" - # features: Optional feature flags for this provider. - # features: - # machinePool: false - # clusterResourceSet: false - # clusterTopology: false - # variables: Optional environment variables exposed to the controller manager. - # variables: - # ENV_VAR: "value" - # credentials: Optional Secret reference containing Rancher credentials - # credentials: - # name: "" - # namespace: "" - # configSecret: ConfigSecret is the object with name and namespace of the Secret providing the configuration variables for the current provider instance, like e.g. credentials. - # configSecret: - # name: "" - # namespace: "" - # manager: Optional controller manager settings. - # manager: - # syncPeriod: "5m" - # verbosity: 5 - # infrastructureMetal3: Metal3 Infrastructure Provider (CAPM3). + version: "v0.21.1" infrastructureMetal3: # enabled: Enables the installation of this provider. enabled: true -- 2.51.1