WIP: rancher-turtles-providers: Pin fleet/RKE2 provider versions #343
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user