rancher-turtles: Update 0.21.0
Also update CAPI operator and CAPM3 versions This also overides the RKE2 provider version to 0.18.0 so we can consume recent fixes, in particular rancher/cluster-api-provider-rke2#684
This commit is contained in:
@@ -3,4 +3,4 @@ dependencies:
|
|||||||
repository: https://kubernetes-sigs.github.io/cluster-api-operator
|
repository: https://kubernetes-sigs.github.io/cluster-api-operator
|
||||||
version: 0.18.1
|
version: 0.18.1
|
||||||
digest: sha256:7ad59ce8888c32723b4ef1ae5f334fdff00a8aba87e6f1de76d605f134bff354
|
digest: sha256:7ad59ce8888c32723b4ef1ae5f334fdff00a8aba87e6f1de76d605f134bff354
|
||||||
generated: "2025-05-29T09:13:16.863770955Z"
|
generated: "2025-06-30T13:10:01.066923702Z"
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#!BuildTag: %%CHART_PREFIX%%rancher-turtles:%%CHART_MAJOR%%.0.4_up0.20.0
|
#!BuildTag: %%CHART_PREFIX%%rancher-turtles:%%CHART_MAJOR%%.0.5_up0.21.0
|
||||||
#!BuildTag: %%CHART_PREFIX%%rancher-turtles:%%CHART_MAJOR%%.0.4_up0.20.0-%RELEASE%
|
#!BuildTag: %%CHART_PREFIX%%rancher-turtles:%%CHART_MAJOR%%.0.5_up0.21.0-%RELEASE%
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/display-name: Rancher Turtles - the Cluster API Extension
|
catalog.cattle.io/display-name: Rancher Turtles - the Cluster API Extension
|
||||||
@@ -12,12 +12,12 @@ annotations:
|
|||||||
catalog.cattle.io/scope: management
|
catalog.cattle.io/scope: management
|
||||||
catalog.cattle.io/type: cluster-tool
|
catalog.cattle.io/type: cluster-tool
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.20.0
|
appVersion: 0.21.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: cluster-api-operator.enabled
|
- condition: cluster-api-operator.enabled
|
||||||
name: cluster-api-operator
|
name: cluster-api-operator
|
||||||
repository: file://./charts/cluster-api-operator
|
repository: file://./charts/cluster-api-operator
|
||||||
version: 0.17.0
|
version: 0.18.1
|
||||||
description: Rancher Turtles is an extension to Rancher that brings full Cluster API
|
description: Rancher Turtles is an extension to Rancher that brings full Cluster API
|
||||||
integration to Rancher.
|
integration to Rancher.
|
||||||
home: https://github.com/rancher/turtles/
|
home: https://github.com/rancher/turtles/
|
||||||
@@ -29,4 +29,4 @@ keywords:
|
|||||||
- provisioning
|
- provisioning
|
||||||
name: rancher-turtles
|
name: rancher-turtles
|
||||||
type: application
|
type: application
|
||||||
version: "%%CHART_MAJOR%%.0.4+up0.20.0"
|
version: "%%CHART_MAJOR%%.0.5+up0.21.0"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
## Changes since v0.20.0-rc.0
|
## Changes since examples/v0.21.0
|
||||||
---
|
---
|
||||||
## :chart_with_upwards_trend: Overview
|
## :chart_with_upwards_trend: Overview
|
||||||
|
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.17.0
|
appVersion: 0.18.1
|
||||||
description: Cluster API Operator
|
description: Cluster API Operator
|
||||||
name: cluster-api-operator
|
name: cluster-api-operator
|
||||||
type: application
|
type: application
|
||||||
version: 0.17.0
|
version: 0.18.1
|
||||||
|
@@ -26,8 +26,10 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "1"
|
"argocd.argoproj.io/sync-wave": "1"
|
||||||
name: {{ $addonNamespace }}
|
name: {{ $addonNamespace }}
|
||||||
---
|
---
|
||||||
@@ -37,8 +39,10 @@ metadata:
|
|||||||
name: {{ $addonName }}
|
name: {{ $addonName }}
|
||||||
namespace: {{ $addonNamespace }}
|
namespace: {{ $addonNamespace }}
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "2"
|
"helm.sh/hook-weight": "2"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "2"
|
"argocd.argoproj.io/sync-wave": "2"
|
||||||
{{- if or $addonVersion $.Values.secretName }}
|
{{- if or $addonVersion $.Values.secretName }}
|
||||||
spec:
|
spec:
|
||||||
|
@@ -26,8 +26,11 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
|
{{- end }}
|
||||||
|
"argocd.argoproj.io/sync-wave": "1"
|
||||||
name: {{ $bootstrapNamespace }}
|
name: {{ $bootstrapNamespace }}
|
||||||
---
|
---
|
||||||
apiVersion: operator.cluster.x-k8s.io/v1alpha2
|
apiVersion: operator.cluster.x-k8s.io/v1alpha2
|
||||||
@@ -36,8 +39,11 @@ metadata:
|
|||||||
name: {{ $bootstrapName }}
|
name: {{ $bootstrapName }}
|
||||||
namespace: {{ $bootstrapNamespace }}
|
namespace: {{ $bootstrapNamespace }}
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "2"
|
"helm.sh/hook-weight": "2"
|
||||||
|
{{- end }}
|
||||||
|
"argocd.argoproj.io/sync-wave": "2"
|
||||||
{{- if or $bootstrapVersion $.Values.configSecret.name }}
|
{{- if or $bootstrapVersion $.Values.configSecret.name }}
|
||||||
spec:
|
spec:
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
@@ -26,8 +26,11 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
|
{{- end }}
|
||||||
|
"argocd.argoproj.io/sync-wave": "1"
|
||||||
name: {{ $controlPlaneNamespace }}
|
name: {{ $controlPlaneNamespace }}
|
||||||
---
|
---
|
||||||
apiVersion: operator.cluster.x-k8s.io/v1alpha2
|
apiVersion: operator.cluster.x-k8s.io/v1alpha2
|
||||||
@@ -36,8 +39,11 @@ metadata:
|
|||||||
name: {{ $controlPlaneName }}
|
name: {{ $controlPlaneName }}
|
||||||
namespace: {{ $controlPlaneNamespace }}
|
namespace: {{ $controlPlaneNamespace }}
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "2"
|
"helm.sh/hook-weight": "2"
|
||||||
|
{{- end }}
|
||||||
|
"argocd.argoproj.io/sync-wave": "2"
|
||||||
{{- if or $controlPlaneVersion $.Values.configSecret.name $.Values.manager }}
|
{{- if or $controlPlaneVersion $.Values.configSecret.name $.Values.manager }}
|
||||||
spec:
|
spec:
|
||||||
{{- end}}
|
{{- end}}
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
{{- if or .Values.addon .Values.bootstrap .Values.controlPlane .Values.infrastructure }}
|
{{- if or .Values.addon .Values.bootstrap .Values.controlPlane .Values.infrastructure .Values.ipam }}
|
||||||
# Deploy core components if not specified
|
# Deploy core components if not specified
|
||||||
{{- if not .Values.core }}
|
{{- if not .Values.core }}
|
||||||
---
|
---
|
||||||
@@ -6,8 +6,11 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
|
{{- end }}
|
||||||
|
"argocd.argoproj.io/sync-wave": "1"
|
||||||
name: capi-system
|
name: capi-system
|
||||||
---
|
---
|
||||||
apiVersion: operator.cluster.x-k8s.io/v1alpha2
|
apiVersion: operator.cluster.x-k8s.io/v1alpha2
|
||||||
@@ -16,8 +19,11 @@ metadata:
|
|||||||
name: cluster-api
|
name: cluster-api
|
||||||
namespace: capi-system
|
namespace: capi-system
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "2"
|
"helm.sh/hook-weight": "2"
|
||||||
|
{{- end }}
|
||||||
|
"argocd.argoproj.io/sync-wave": "2"
|
||||||
{{- with .Values.configSecret }}
|
{{- with .Values.configSecret }}
|
||||||
spec:
|
spec:
|
||||||
configSecret:
|
configSecret:
|
||||||
@@ -28,4 +34,3 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
@@ -25,8 +25,11 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
|
{{- end }}
|
||||||
|
"argocd.argoproj.io/sync-wave": "1"
|
||||||
name: {{ $coreNamespace }}
|
name: {{ $coreNamespace }}
|
||||||
---
|
---
|
||||||
apiVersion: operator.cluster.x-k8s.io/v1alpha2
|
apiVersion: operator.cluster.x-k8s.io/v1alpha2
|
||||||
@@ -35,8 +38,10 @@ metadata:
|
|||||||
name: {{ $coreName }}
|
name: {{ $coreName }}
|
||||||
namespace: {{ $coreNamespace }}
|
namespace: {{ $coreNamespace }}
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "2"
|
"helm.sh/hook-weight": "2"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "2"
|
"argocd.argoproj.io/sync-wave": "2"
|
||||||
{{- if or $coreVersion $.Values.configSecret.name $.Values.manager }}
|
{{- if or $coreVersion $.Values.configSecret.name $.Values.manager }}
|
||||||
spec:
|
spec:
|
||||||
@@ -45,8 +50,8 @@ spec:
|
|||||||
version: {{ $coreVersion }}
|
version: {{ $coreVersion }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if $.Values.manager }}
|
{{- if $.Values.manager }}
|
||||||
manager:
|
|
||||||
{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.core }}
|
{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.core }}
|
||||||
|
manager:
|
||||||
featureGates:
|
featureGates:
|
||||||
{{- range $key, $value := $.Values.manager.featureGates.core }}
|
{{- range $key, $value := $.Values.manager.featureGates.core }}
|
||||||
{{ $key }}: {{ $value }}
|
{{ $key }}: {{ $value }}
|
||||||
|
@@ -7,8 +7,10 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "1"
|
"argocd.argoproj.io/sync-wave": "1"
|
||||||
name: capi-kubeadm-bootstrap-system
|
name: capi-kubeadm-bootstrap-system
|
||||||
---
|
---
|
||||||
@@ -18,8 +20,10 @@ metadata:
|
|||||||
name: kubeadm
|
name: kubeadm
|
||||||
namespace: capi-kubeadm-bootstrap-system
|
namespace: capi-kubeadm-bootstrap-system
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "2"
|
"helm.sh/hook-weight": "2"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "2"
|
"argocd.argoproj.io/sync-wave": "2"
|
||||||
{{- with .Values.configSecret }}
|
{{- with .Values.configSecret }}
|
||||||
spec:
|
spec:
|
||||||
@@ -37,8 +41,10 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "1"
|
"argocd.argoproj.io/sync-wave": "1"
|
||||||
name: capi-kubeadm-control-plane-system
|
name: capi-kubeadm-control-plane-system
|
||||||
---
|
---
|
||||||
@@ -48,14 +54,16 @@ metadata:
|
|||||||
name: kubeadm
|
name: kubeadm
|
||||||
namespace: capi-kubeadm-control-plane-system
|
namespace: capi-kubeadm-control-plane-system
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "2"
|
"helm.sh/hook-weight": "2"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "2"
|
"argocd.argoproj.io/sync-wave": "2"
|
||||||
{{- with .Values.configSecret }}
|
{{- with .Values.configSecret }}
|
||||||
spec:
|
spec:
|
||||||
{{- if $.Values.manager }}
|
{{- if $.Values.manager }}
|
||||||
manager:
|
|
||||||
{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.kubeadm }}
|
{{- if and $.Values.manager.featureGates $.Values.manager.featureGates.kubeadm }}
|
||||||
|
manager:
|
||||||
featureGates:
|
featureGates:
|
||||||
{{- range $key, $value := $.Values.manager.featureGates.kubeadm }}
|
{{- range $key, $value := $.Values.manager.featureGates.kubeadm }}
|
||||||
{{ $key }}: {{ $value }}
|
{{ $key }}: {{ $value }}
|
||||||
|
@@ -26,8 +26,10 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "1"
|
"argocd.argoproj.io/sync-wave": "1"
|
||||||
name: {{ $infrastructureNamespace }}
|
name: {{ $infrastructureNamespace }}
|
||||||
---
|
---
|
||||||
@@ -37,8 +39,10 @@ metadata:
|
|||||||
name: {{ $infrastructureName }}
|
name: {{ $infrastructureName }}
|
||||||
namespace: {{ $infrastructureNamespace }}
|
namespace: {{ $infrastructureNamespace }}
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "2"
|
"helm.sh/hook-weight": "2"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "2"
|
"argocd.argoproj.io/sync-wave": "2"
|
||||||
{{- if or $infrastructureVersion $.Values.configSecret.name $.Values.manager $.Values.additionalDeployments }}
|
{{- if or $infrastructureVersion $.Values.configSecret.name $.Values.manager $.Values.additionalDeployments }}
|
||||||
spec:
|
spec:
|
||||||
@@ -47,8 +51,8 @@ spec:
|
|||||||
version: {{ $infrastructureVersion }}
|
version: {{ $infrastructureVersion }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if $.Values.manager }}
|
{{- if $.Values.manager }}
|
||||||
manager:
|
|
||||||
{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $infrastructureName) }}
|
{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $infrastructureName) }}
|
||||||
|
manager:
|
||||||
{{- range $key, $value := $.Values.manager.featureGates }}
|
{{- range $key, $value := $.Values.manager.featureGates }}
|
||||||
{{- if eq $key $infrastructureName }}
|
{{- if eq $key $infrastructureName }}
|
||||||
featureGates:
|
featureGates:
|
||||||
|
@@ -26,8 +26,10 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "1"
|
"helm.sh/hook-weight": "1"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "1"
|
"argocd.argoproj.io/sync-wave": "1"
|
||||||
name: {{ $ipamNamespace }}
|
name: {{ $ipamNamespace }}
|
||||||
---
|
---
|
||||||
@@ -37,8 +39,10 @@ metadata:
|
|||||||
name: {{ $ipamName }}
|
name: {{ $ipamName }}
|
||||||
namespace: {{ $ipamNamespace }}
|
namespace: {{ $ipamNamespace }}
|
||||||
annotations:
|
annotations:
|
||||||
|
{{- if $.Values.enableHelmHook }}
|
||||||
"helm.sh/hook": "post-install,post-upgrade"
|
"helm.sh/hook": "post-install,post-upgrade"
|
||||||
"helm.sh/hook-weight": "2"
|
"helm.sh/hook-weight": "2"
|
||||||
|
{{- end }}
|
||||||
"argocd.argoproj.io/sync-wave": "2"
|
"argocd.argoproj.io/sync-wave": "2"
|
||||||
{{- if or $ipamVersion $.Values.configSecret.name $.Values.manager $.Values.additionalDeployments }}
|
{{- if or $ipamVersion $.Values.configSecret.name $.Values.manager $.Values.additionalDeployments }}
|
||||||
spec:
|
spec:
|
||||||
@@ -47,8 +51,8 @@ spec:
|
|||||||
version: {{ $ipamVersion }}
|
version: {{ $ipamVersion }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if $.Values.manager }}
|
{{- if $.Values.manager }}
|
||||||
manager:
|
|
||||||
{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $ipamName) }}
|
{{- if and (kindIs "map" $.Values.manager.featureGates) (hasKey $.Values.manager.featureGates $ipamName) }}
|
||||||
|
manager:
|
||||||
{{- range $key, $value := $.Values.manager.featureGates }}
|
{{- range $key, $value := $.Values.manager.featureGates }}
|
||||||
{{- if eq $key $ipamName }}
|
{{- if eq $key $ipamName }}
|
||||||
featureGates:
|
featureGates:
|
||||||
|
@@ -21,7 +21,7 @@ leaderElection:
|
|||||||
image:
|
image:
|
||||||
manager:
|
manager:
|
||||||
repository: registry.k8s.io/capi-operator/cluster-api-operator
|
repository: registry.k8s.io/capi-operator/cluster-api-operator
|
||||||
tag: v0.17.0
|
tag: v0.18.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
manager: []
|
manager: []
|
||||||
@@ -69,3 +69,4 @@ volumeMounts:
|
|||||||
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
- mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||||
name: cert
|
name: cert
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
enableHelmHook: true
|
||||||
|
@@ -36,7 +36,7 @@ questions:
|
|||||||
label: Enable Agent TLS Mode
|
label: Enable Agent TLS Mode
|
||||||
group: "Rancher Turtles Features Settings"
|
group: "Rancher Turtles Features Settings"
|
||||||
- variable: rancherTurtles.kubectlImage
|
- variable: rancherTurtles.kubectlImage
|
||||||
default: "registry.suse.com/edge/3.2/kubectl:1.32.4"
|
default: "registry.suse.com/edge/3.3/kubectl:1.32.4"
|
||||||
description: "Specify the image to use when running kubectl in jobs."
|
description: "Specify the image to use when running kubectl in jobs."
|
||||||
type: string
|
type: string
|
||||||
label: Kubectl Image
|
label: Kubectl Image
|
||||||
|
@@ -9,8 +9,8 @@ turtlesUI:
|
|||||||
rancherTurtles:
|
rancherTurtles:
|
||||||
# image: registry.rancher.com/rancher/rancher/turtles
|
# image: registry.rancher.com/rancher/rancher/turtles
|
||||||
image: registry.rancher.com/rancher/rancher/turtles
|
image: registry.rancher.com/rancher/rancher/turtles
|
||||||
# imageVersion: v0.20.0
|
# imageVersion: v0.21.0
|
||||||
imageVersion: v0.20.0
|
imageVersion: v0.21.0
|
||||||
# imagePullPolicy: IfNotPresent
|
# imagePullPolicy: IfNotPresent
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
# namespace: Select namespace for Turtles to run.
|
# namespace: Select namespace for Turtles to run.
|
||||||
@@ -31,8 +31,8 @@ rancherTurtles:
|
|||||||
enabled: false
|
enabled: false
|
||||||
# image: registry.rancher.com/rancher/rancher/turtles
|
# image: registry.rancher.com/rancher/rancher/turtles
|
||||||
image: registry.rancher.com/rancher/rancher/turtles
|
image: registry.rancher.com/rancher/rancher/turtles
|
||||||
# imageVersion: v0.20.0
|
# imageVersion: v0.21.0
|
||||||
imageVersion: v0.20.0
|
imageVersion: v0.21.0
|
||||||
# imagePullPolicy: IfNotPresent
|
# imagePullPolicy: IfNotPresent
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
# etcdBackupRestore: Alpha feature. Manages etcd backup/restore.
|
# etcdBackupRestore: Alpha feature. Manages etcd backup/restore.
|
||||||
@@ -49,8 +49,8 @@ rancherTurtles:
|
|||||||
enabled: false
|
enabled: false
|
||||||
# image: registry.rancher.com/rancher/rancher/turtles
|
# image: registry.rancher.com/rancher/rancher/turtles
|
||||||
image: registry.rancher.com/rancher/rancher/turtles
|
image: registry.rancher.com/rancher/rancher/turtles
|
||||||
# imageVersion: v0.20.0
|
# imageVersion: v0.21.0
|
||||||
imageVersion: v0.20.0
|
imageVersion: v0.21.0
|
||||||
# imagePullPolicy: IfNotPresent
|
# imagePullPolicy: IfNotPresent
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
@@ -127,7 +127,7 @@ cluster-api-operator:
|
|||||||
# enabled: Turn on or off.
|
# enabled: Turn on or off.
|
||||||
enabled: true
|
enabled: true
|
||||||
# version: RKE2 version.
|
# version: RKE2 version.
|
||||||
version: "v0.16.1"
|
version: "v0.18.0"
|
||||||
# bootstrap: RKE2 bootstrap provider.
|
# bootstrap: RKE2 bootstrap provider.
|
||||||
bootstrap:
|
bootstrap:
|
||||||
# namespace: Bootstrap namespace.
|
# namespace: Bootstrap namespace.
|
||||||
@@ -154,10 +154,10 @@ cluster-api-operator:
|
|||||||
selector: ""
|
selector: ""
|
||||||
metal3:
|
metal3:
|
||||||
enabled: true
|
enabled: true
|
||||||
version: "v1.9.3"
|
version: "v1.9.4"
|
||||||
infrastructure:
|
infrastructure:
|
||||||
namespace: capm3-system
|
namespace: capm3-system
|
||||||
imageUrl: "registry.suse.com/rancher/cluster-api-provider-metal3:v1.9.3"
|
imageUrl: "registry.suse.com/rancher/cluster-api-provider-metal3:v1.9.4"
|
||||||
fetchConfig:
|
fetchConfig:
|
||||||
url: ""
|
url: ""
|
||||||
selector: ""
|
selector: ""
|
||||||
|
Reference in New Issue
Block a user