-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fp: rancher-provisioning-capi-104.1.0+up0.3.1
- Loading branch information
1 parent
27239cc
commit a2e31ac
Showing
17 changed files
with
743 additions
and
1 deletion.
There are no files selected for viewing
Binary file added
BIN
+3.4 KB
assets/rancher-provisioning-capi/rancher-provisioning-capi-104.1.0+up0.3.1.tgz
Binary file not shown.
23 changes: 23 additions & 0 deletions
23
charts/rancher-provisioning-capi/104.1.0+up0.3.1/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
annotations: | ||
catalog.cattle.io/certified: rancher | ||
catalog.cattle.io/display-name: Rancher Provisioning CAPI Controller Manager | ||
catalog.cattle.io/hidden: "true" | ||
catalog.cattle.io/kube-version: '>= 1.27.0-0 < 1.31.0-0' | ||
catalog.cattle.io/managed: "true" | ||
catalog.cattle.io/namespace: cattle-provisioning-capi-system | ||
catalog.cattle.io/os: linux | ||
catalog.cattle.io/permits-os: linux,windows | ||
catalog.cattle.io/provides-gvr: apps.deployment/v1 | ||
catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0' | ||
catalog.cattle.io/release-name: rancher-provisioning-capi | ||
apiVersion: v1 | ||
appVersion: 1.7.3 | ||
description: capi-controller-manager compatible with Rancher Provisioning | ||
home: https://github.com/rancher/provisioning/blob/main/charts/capi/ | ||
maintainers: | ||
- email: [email protected] | ||
name: Chris Kim | ||
name: rancher-provisioning-capi | ||
sources: | ||
- https://github.com/rancher/provisioning/blob/main/charts/capi/ | ||
version: 104.1.0+up0.3.1 |
2 changes: 2 additions & 0 deletions
2
charts/rancher-provisioning-capi/104.1.0+up0.3.1/templates/NOTES.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{{ $.Chart.Name }} has been installed. Check its status by running: | ||
kubectl --namespace {{ .Release.Namespace }} get pods" |
18 changes: 18 additions & 0 deletions
18
charts/rancher-provisioning-capi/104.1.0+up0.3.1/templates/_helpers.tpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{{- define "system_default_registry" -}} | ||
{{- if .Values.global.cattle.systemDefaultRegistry -}} | ||
{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} | ||
{{- else -}} | ||
{{- "" -}} | ||
{{- end -}} | ||
{{- end -}} | ||
|
||
{{- define "linux-node-tolerations" -}} | ||
- key: "cattle.io/os" | ||
value: "linux" | ||
effect: "NoSchedule" | ||
operator: "Equal" | ||
{{- end -}} | ||
|
||
{{- define "linux-node-selector" -}} | ||
kubernetes.io/os: linux | ||
{{- end -}} |
11 changes: 11 additions & 0 deletions
11
...provisioning-capi/104.1.0+up0.3.1/templates/clusterrole-capi-aggregated-manager-role.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
aggregationRule: | ||
clusterRoleSelectors: | ||
- matchLabels: | ||
cluster.x-k8s.io/aggregate-to-manager: "true" | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: ClusterRole | ||
metadata: | ||
labels: | ||
cluster.x-k8s.io/provider: cluster-api | ||
name: capi-aggregated-manager-role | ||
rules: [] |
Oops, something went wrong.