mirror of https://git.rancher.io/charts
[dev-v2.9] rancher-provisioning-capi 104.0.0+up0.3.0-rc.1 add (#4107)
Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com> Co-authored-by: Vardhaman Surana <vardhaman.surana@suse.com>pull/4126/head
parent
bc88dd86ca
commit
8d876d9658
Binary file not shown.
Binary file not shown.
|
@ -2,7 +2,7 @@ annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/display-name: Rancher Provisioning CAPI Controller Manager
|
catalog.cattle.io/display-name: Rancher Provisioning CAPI Controller Manager
|
||||||
catalog.cattle.io/hidden: "true"
|
catalog.cattle.io/hidden: "true"
|
||||||
catalog.cattle.io/kube-version: '>=1.27.0-0'
|
catalog.cattle.io/kube-version: '>= 1.27.0-0 < 1.31.0-0'
|
||||||
catalog.cattle.io/namespace: cattle-provisioning-capi-system
|
catalog.cattle.io/namespace: cattle-provisioning-capi-system
|
||||||
catalog.cattle.io/os: linux
|
catalog.cattle.io/os: linux
|
||||||
catalog.cattle.io/permits-os: linux,windows
|
catalog.cattle.io/permits-os: linux,windows
|
||||||
|
@ -10,7 +10,7 @@ annotations:
|
||||||
catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0'
|
catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0'
|
||||||
catalog.cattle.io/release-name: rancher-provisioning-capi
|
catalog.cattle.io/release-name: rancher-provisioning-capi
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 1.6.4
|
appVersion: 1.7.3
|
||||||
description: capi-controller-manager compatible with Rancher Provisioning
|
description: capi-controller-manager compatible with Rancher Provisioning
|
||||||
home: https://github.com/rancher/provisioning/blob/main/charts/capi/
|
home: https://github.com/rancher/provisioning/blob/main/charts/capi/
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@ -19,4 +19,4 @@ maintainers:
|
||||||
name: rancher-provisioning-capi
|
name: rancher-provisioning-capi
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/rancher/provisioning/blob/main/charts/capi/
|
- https://github.com/rancher/provisioning/blob/main/charts/capi/
|
||||||
version: 104.0.0+up0.2.0
|
version: 104.0.0+up0.3.0-rc.1
|
|
@ -43,6 +43,18 @@ rules:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- authentication.k8s.io
|
||||||
|
resources:
|
||||||
|
- tokenreviews
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- apiGroups:
|
||||||
|
- authorization.k8s.io
|
||||||
|
resources:
|
||||||
|
- subjectaccessreviews
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- bootstrap.cluster.x-k8s.io
|
- bootstrap.cluster.x-k8s.io
|
||||||
- controlplane.cluster.x-k8s.io
|
- controlplane.cluster.x-k8s.io
|
||||||
|
@ -189,6 +201,18 @@ rules:
|
||||||
- patch
|
- patch
|
||||||
- update
|
- update
|
||||||
- watch
|
- watch
|
||||||
|
- apiGroups:
|
||||||
|
- cluster.x-k8s.io
|
||||||
|
resources:
|
||||||
|
- machinepools
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
|
- delete
|
||||||
|
- get
|
||||||
|
- list
|
||||||
|
- patch
|
||||||
|
- update
|
||||||
|
- watch
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- cluster.x-k8s.io
|
- cluster.x-k8s.io
|
||||||
resources:
|
resources:
|
|
@ -50,6 +50,9 @@ spec:
|
||||||
- containerPort: 9440
|
- containerPort: 9440
|
||||||
name: healthz
|
name: healthz
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
- containerPort: 8443
|
||||||
|
name: metrics
|
||||||
|
protocol: TCP
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /readyz
|
path: /readyz
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: rancher/mirrored-cluster-api-controller
|
repository: rancher/mirrored-cluster-api-controller
|
||||||
tag: v1.6.4
|
tag: v1.7.3
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
global:
|
global:
|
12
index.yaml
12
index.yaml
|
@ -20507,7 +20507,7 @@ entries:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/display-name: Rancher Provisioning CAPI Controller Manager
|
catalog.cattle.io/display-name: Rancher Provisioning CAPI Controller Manager
|
||||||
catalog.cattle.io/hidden: "true"
|
catalog.cattle.io/hidden: "true"
|
||||||
catalog.cattle.io/kube-version: '>=1.27.0-0'
|
catalog.cattle.io/kube-version: '>= 1.27.0-0 < 1.31.0-0'
|
||||||
catalog.cattle.io/namespace: cattle-provisioning-capi-system
|
catalog.cattle.io/namespace: cattle-provisioning-capi-system
|
||||||
catalog.cattle.io/os: linux
|
catalog.cattle.io/os: linux
|
||||||
catalog.cattle.io/permits-os: linux,windows
|
catalog.cattle.io/permits-os: linux,windows
|
||||||
|
@ -20515,10 +20515,10 @@ entries:
|
||||||
catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0'
|
catalog.cattle.io/rancher-version: '>= 2.9.0-0 < 2.10.0-0'
|
||||||
catalog.cattle.io/release-name: rancher-provisioning-capi
|
catalog.cattle.io/release-name: rancher-provisioning-capi
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 1.6.4
|
appVersion: 1.7.3
|
||||||
created: "2024-05-14T11:07:23.030830823+05:30"
|
created: "2024-06-21T22:40:02.510829281+05:30"
|
||||||
description: capi-controller-manager compatible with Rancher Provisioning
|
description: capi-controller-manager compatible with Rancher Provisioning
|
||||||
digest: a66f889a11b56f387b7a3c3ffe6fce72ab5f9454d60978245144b0a08d310e35
|
digest: 66f8ba321b68e9a1fb8ac5d3ee125a609bf9bccefbc0c475a6ae546a68341874
|
||||||
home: https://github.com/rancher/provisioning/blob/main/charts/capi/
|
home: https://github.com/rancher/provisioning/blob/main/charts/capi/
|
||||||
maintainers:
|
maintainers:
|
||||||
- email: chris.kim@suse.com
|
- email: chris.kim@suse.com
|
||||||
|
@ -20527,8 +20527,8 @@ entries:
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/rancher/provisioning/blob/main/charts/capi/
|
- https://github.com/rancher/provisioning/blob/main/charts/capi/
|
||||||
urls:
|
urls:
|
||||||
- assets/rancher-provisioning-capi/rancher-provisioning-capi-104.0.0+up0.2.0.tgz
|
- assets/rancher-provisioning-capi/rancher-provisioning-capi-104.0.0+up0.3.0-rc.1.tgz
|
||||||
version: 104.0.0+up0.2.0
|
version: 104.0.0+up0.3.0-rc.1
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/display-name: Rancher Provisioning CAPI Controller Manager
|
catalog.cattle.io/display-name: Rancher Provisioning CAPI Controller Manager
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
url: https://github.com/rancher/provisioning.git
|
url: https://github.com/rancher/provisioning.git
|
||||||
commit: 32b7fa6efe0a715b3fdad47b3df8846335a6319c
|
commit: 0382fa7ef8c430b455b58327512d67523a53ddd6
|
||||||
subdirectory: charts/capi
|
subdirectory: charts/capi
|
||||||
version: 104.0.0
|
version: 104.0.0
|
||||||
|
|
|
@ -292,6 +292,6 @@ epinio-crd:
|
||||||
- 103.0.1+up1.9.0
|
- 103.0.1+up1.9.0
|
||||||
- 103.0.2+up1.10.0
|
- 103.0.2+up1.10.0
|
||||||
rancher-provisioning-capi:
|
rancher-provisioning-capi:
|
||||||
|
- 104.0.0+up0.3.0-rc.1
|
||||||
- 103.2.0+up0.0.1
|
- 103.2.0+up0.0.1
|
||||||
- 104.0.0+up0.2.0
|
|
||||||
- 103.1.0+up0.1.0
|
- 103.1.0+up0.1.0
|
||||||
|
|
Loading…
Reference in New Issue